guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: b4: Update to 0.5.3.


From: guix-commits
Subject: 04/04: gnu: b4: Update to 0.5.3.
Date: Sun, 29 Nov 2020 14:32:10 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 30ba63b4455584cadf8da2d6926610c8ab7d7567
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Sat Nov 28 00:13:32 2020 -0500

    gnu: b4: Update to 0.5.3.
    
    * gnu/packages/version-control.scm (b4): Update to 0.5.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 c8d040b..2b970ee 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2316,7 +2316,7 @@ based on a manifest file published by servers.")
 (define-public b4
   (package
     (name "b4")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method git-fetch)
@@ -2325,7 +2325,7 @@ based on a manifest file published by servers.")
              (commit (string-append "v" version))))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj"))))
+        (base32 "0bnjs758blll2i70r4qh3khma7dly5lb8s6kzn5a3p54md91s8v5"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; No tests.



reply via email to

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