guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 01fcacee4d589b329559d64c2b0f89bcd99a1e97
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 10:38:33 2026 +0000
gnu: b4: Update to 0.14.3.
* gnu/packages/version-control.scm (b4): Update to 0.14.3.
[native-inputs]: Remove python-wheel.
Change-Id: I463523cfcafc0c5dca332d2e8d99b0e33278e578
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3ec5f072ce..ed5cf0c600 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3518,7 +3518,7 @@ email header.")
(define-public b4
(package
(name "b4")
- (version "0.14.2")
+ (version "0.14.3")
(source
(origin
(method git-fetch)
@@ -3528,7 +3528,7 @@ email header.")
(file-name (git-file-name name version))
(sha256
(base32
- "18pacf7brvkmvxwkrsjigq9ymrr289a82wg4f1f1n4xr3k7vyr9i"))))
+ "1xxrdh0pr7yml83xdk0x20dqrnmwkhvhjkqwk16d41kxx0p391zr"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? (not (%current-target-system)) ;git path hardcoded.
@@ -3553,7 +3553,7 @@ email header.")
python-dnspython
python-requests))
(native-inputs
- (list python-pytest python-setuptools python-wheel))
+ (list python-pytest python-setuptools))
(home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
(synopsis "Tool for working with patches in public-inbox archives")
(description