GNU bug report logs -
#62381
[PATCH] gnu: boxes: Update to 2.2.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 22 Mar 2023 14:12:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/shellutils.scm (boxes): Update to 2.2.0.
---
gnu/packages/shellutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 64cc818d65..277d2d2647 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -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"
--
2.40.0
This bug report was last modified 2 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.