summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 10:38:33 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:41 +0100
commit5cafd2bdb0919452f6dd9151f816d4681db571e0 (patch)
tree28f824f8ace8c67ae24df1092781a39741153086 /gnu/packages/version-control.scm
parentf0cdd8da8af0130625bbd1ccdad6a778acac4f24 (diff)
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
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 15163d05831..aca26049cd1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3527,7 +3527,7 @@ email header.")
3527(define-public b4 3527(define-public b4
3528 (package 3528 (package
3529 (name "b4") 3529 (name "b4")
3530 (version "0.14.2") 3530 (version "0.14.3")
3531 (source 3531 (source
3532 (origin 3532 (origin
3533 (method git-fetch) 3533 (method git-fetch)
@@ -3537,7 +3537,7 @@ email header.")
3537 (file-name (git-file-name name version)) 3537 (file-name (git-file-name name version))
3538 (sha256 3538 (sha256
3539 (base32 3539 (base32
3540 "18pacf7brvkmvxwkrsjigq9ymrr289a82wg4f1f1n4xr3k7vyr9i")))) 3540 "1xxrdh0pr7yml83xdk0x20dqrnmwkhvhjkqwk16d41kxx0p391zr"))))
3541 (build-system pyproject-build-system) 3541 (build-system pyproject-build-system)
3542 (arguments 3542 (arguments
3543 (list #:tests? (not (%current-target-system)) ;git path hardcoded. 3543 (list #:tests? (not (%current-target-system)) ;git path hardcoded.
@@ -3562,7 +3562,7 @@ email header.")
3562 python-dnspython 3562 python-dnspython
3563 python-requests)) 3563 python-requests))
3564 (native-inputs 3564 (native-inputs
3565 (list python-pytest python-setuptools python-wheel)) 3565 (list python-pytest python-setuptools))
3566 (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git") 3566 (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
3567 (synopsis "Tool for working with patches in public-inbox archives") 3567 (synopsis "Tool for working with patches in public-inbox archives")
3568 (description 3568 (description