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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -104,7 +104,7 @@ (define-public ascii
(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 @@ (define-public boxes
(file-name (git-file-name name version))
(sha256
(base32
"0vv2gaav1m4z2xdk0k3ragmv4kcnzv7p3v97lkjl1wbfmk5nhz07"))))
"1blni7kjskg6y9ycvhwq3srfvh891xhfnjbh5h2zl0pb5szpllqi"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"