all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62381] [PATCH] gnu: boxes: Update to 2.2.0.
@ 2023-03-22 14:11 Greg Hogan
  2023-03-27 15:58 ` bug#62381: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-22 14:11 UTC (permalink / raw)
  To: 62381; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62381: [PATCH] gnu: boxes: Update to 2.2.0.
  2023-03-22 14:11 [bug#62381] [PATCH] gnu: boxes: Update to 2.2.0 Greg Hogan
@ 2023-03-27 15:58 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 15:58 UTC (permalink / raw)
  To: Greg Hogan; +Cc: guix-patches, 62381-done

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]


Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/shellutils.scm (boxes): Update to 2.2.0.
> ---
>  gnu/packages/shellutils.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to the master branch as
1564ae60deb26a734d8c42eeb8abe9bc27ec4d75.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-27 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 14:11 [bug#62381] [PATCH] gnu: boxes: Update to 2.2.0 Greg Hogan
2023-03-27 15:58 ` bug#62381: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.