gnu: boxes: Update to 2.2.0.

* gnu/packages/shellutils.scm (boxes): Update to 2.2.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan 2023-03-22 14:11:04 +00:00 committed by Christopher Baines
parent 56bea0f6b8
commit 1564ae60de
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -102,7 +102,7 @@ (define-public ascii
(define-public boxes
(package
(name "boxes")
(version "2.1.1")
(version "2.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -111,7 +111,7 @@ (define-public boxes
(file-name (git-file-name name version))
(sha256
(base32
"1bf5rnfiw04ffs1l17zhbg4wvq2vfn2qbz1xmd250xqj15lysw88"))))
"0vv2gaav1m4z2xdk0k3ragmv4kcnzv7p3v97lkjl1wbfmk5nhz07"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"