diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 1a7d730fe68b5b845ba412f4f7ee64fce727ecba (patch) | |
tree | 6a372ac66e71f33a979a6def164b0f8b957c003a | |
parent | 2749c21588239926635b35542a9c8f5e1ee5c070 (diff) |
gnu: boxes: Update to 2.2.1.
* gnu/packages/shellutils.scm (boxes): Update to 2.2.1.
-rw-r--r-- | gnu/packages/shellutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index abcb7c2f2a..15e911a619 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -104,7 +104,7 @@ chart.") (define-public boxes (package (name "boxes") - (version "2.2.0") + (version "2.2.1") (source (origin (method git-fetch) (uri (git-reference @@ -113,7 +113,7 @@ chart.") (file-name (git-file-name name version)) (sha256 (base32 - "0vv2gaav1m4z2xdk0k3ragmv4kcnzv7p3v97lkjl1wbfmk5nhz07")))) + "1blni7kjskg6y9ycvhwq3srfvh891xhfnjbh5h2zl0pb5szpllqi")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |