1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 02:05:54 +02:00

gnu: boxes: Update to 2.2.1.

* gnu/packages/shellutils.scm (boxes): Update to 2.2.1.
This commit is contained in:
Tobias Geerinckx-Rice
2023-09-10 02:00:00 +02:00
parent 2749c21588
commit 1a7d730fe6
+2 -2
View File
@@ -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"