guix-commits
[Top][All Lists]
Advanced

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

23/24: gnu: b4: Update to 0.12.0


From: guix-commits
Subject: 23/24: gnu: b4: Update to 0.12.0
Date: Sun, 18 Jun 2023 17:36:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2afa79aeaad014c6522f635e8be0f9e71fe038e2
Author: Andy Tai <atai@atai.org>
AuthorDate: Sun Jun 11 23:01:30 2023 -0700

    gnu: b4: Update to 0.12.0
    
    * gnu/packages/version-control.scm (b4): Update to 0.12.0
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1dd3eaaa82..40b9e124d2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2617,13 +2617,13 @@ email header.")
 (define-public b4
   (package
     (name "b4")
-    (version "0.8.0")
+    (version "0.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "b4" version))
        (sha256
-        (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))))
+        (base32 "0qwi2f729mflrv8dazb3xbs23hzprbchjrhjcc8fjvpn7yvnrd7f"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f                  ;no tests



reply via email to

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