diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 10:38:33 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:41 +0100 |
| commit | 5cafd2bdb0919452f6dd9151f816d4681db571e0 (patch) | |
| tree | 28f824f8ace8c67ae24df1092781a39741153086 /gnu/packages/version-control.scm | |
| parent | f0cdd8da8af0130625bbd1ccdad6a778acac4f24 (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.scm | 6 |
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.") (define-public b4 (package (name "b4") - (version "0.14.2") + (version "0.14.3") (source (origin (method git-fetch) @@ -3537,7 +3537,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. @@ -3562,7 +3562,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 |
