guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/18: gnu: boxes: Update to 2.2.0.


From: guix-commits
Subject: 08/18: gnu: boxes: Update to 2.2.0.
Date: Mon, 27 Mar 2023 11:45:42 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 1564ae60deb26a734d8c42eeb8abe9bc27ec4d75
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Mar 22 14:11:04 2023 +0000

    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>
---
 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 @@ chart.")
 (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 @@ chart.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bf5rnfiw04ffs1l17zhbg4wvq2vfn2qbz1xmd250xqj15lysw88"))))
+                "0vv2gaav1m4z2xdk0k3ragmv4kcnzv7p3v97lkjl1wbfmk5nhz07"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]