summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
commit1a7d730fe68b5b845ba412f4f7ee64fce727ecba (patch)
tree6a372ac66e71f33a979a6def164b0f8b957c003a /gnu/packages/shellutils.scm
parent2749c21588239926635b35542a9c8f5e1ee5c070 (diff)
gnu: boxes: Update to 2.2.1.
* gnu/packages/shellutils.scm (boxes): Update to 2.2.1.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index abcb7c2f2a1..15e911a6190 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -104,7 +104,7 @@ chart.")
104(define-public boxes 104(define-public boxes
105 (package 105 (package
106 (name "boxes") 106 (name "boxes")
107 (version "2.2.0") 107 (version "2.2.1")
108 (source (origin 108 (source (origin
109 (method git-fetch) 109 (method git-fetch)
110 (uri (git-reference 110 (uri (git-reference
@@ -113,7 +113,7 @@ chart.")
113 (file-name (git-file-name name version)) 113 (file-name (git-file-name name version))
114 (sha256 114 (sha256
115 (base32 115 (base32
116 "0vv2gaav1m4z2xdk0k3ragmv4kcnzv7p3v97lkjl1wbfmk5nhz07")))) 116 "1blni7kjskg6y9ycvhwq3srfvh891xhfnjbh5h2zl0pb5szpllqi"))))
117 (build-system gnu-build-system) 117 (build-system gnu-build-system)
118 (arguments 118 (arguments
119 `(#:test-target "test" 119 `(#:test-target "test"