[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
- 17/24: gnu: font-schumacher-misc: Update to 1.1.3., (continued)
- 17/24: gnu: font-schumacher-misc: Update to 1.1.3., guix-commits, 2023/06/18
- 19/24: gnu: font-sony-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 22/24: gnu: font-xfree86-type1: Update to 1.0.5., guix-commits, 2023/06/18
- 08/24: gnu: font-arabic-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 20/24: gnu: font-sun-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 13/24: gnu: font-misc-cyrillic: Update to 1.0.4., guix-commits, 2023/06/18
- 15/24: gnu: font-misc-misc: Update to 1.1.3., guix-commits, 2023/06/18
- 16/24: gnu: font-mutt-misc: Update to 1.0.4., guix-commits, 2023/06/18
- 18/24: gnu: font-screen-cyrillic: Update to 1.0.5., guix-commits, 2023/06/18
- 21/24: gnu: font-winitzki-cyrillic: Update to 1.0.4., guix-commits, 2023/06/18
- 23/24: gnu: b4: Update to 0.12.0,
guix-commits <=