guix-commits
[Top][All Lists]
Advanced

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

24/36: gnu: b4: Update to 0.6.2.


From: guix-commits
Subject: 24/36: gnu: b4: Update to 0.6.2.
Date: Sat, 2 Jan 2021 12:56:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 320340ecc087eab1361ae8e0a949dbb9d2fde7f9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 1 22:08:31 2021 +0100

    gnu: b4: Update to 0.6.2.
    
    * gnu/packages/version-control.scm (b4): Update to 0.6.2.
---
 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 b57b032..cc0d8e3 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2319,13 +2319,13 @@ based on a manifest file published by servers.")
 (define-public b4
   (package
     (name "b4")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "b4" version))
        (sha256
-        (base32 "01qid6mvddikcdpf2ihsyn8x3z5j2n64g0ip9pqbx42hrc50pmcz"))))
+        (base32 "1j904dy9cwxl85k2ngc498q5cdnqwsmw3jibjr1m55w8aqdck68z"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ; No tests.
     (inputs



reply via email to

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