aboutsummaryrefslogtreecommitdiff
path: root/km-packages/misc.scm
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-13 00:20:43 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-13 00:33:49 -0400
commit125b4451bcfc9c24c79e4a600106372fc418ad85 (patch)
tree9626510e57f993bea64ea95743620ce20f70c343 /km-packages/misc.scm
parentece326f3eab86f3d8bee6f6cd121ce6a9b0fe0c7 (diff)
downloadguix-packages-125b4451bcfc9c24c79e4a600106372fc418ad85.tar.gz
b4: Update to 0.4.2
Diffstat (limited to 'km-packages/misc.scm')
-rw-r--r--km-packages/misc.scm41
1 files changed, 20 insertions, 21 deletions
diff --git a/km-packages/misc.scm b/km-packages/misc.scm
index 57ff2d0..b204214 100644
--- a/km-packages/misc.scm
+++ b/km-packages/misc.scm
@@ -175,24 +175,23 @@
(license #f)))
(define-public b4
- (let ((commit "cbcc79012d44e6b7e79583d078409628b8834a69"))
- (package
- (name "b4")
- (version (git-version "0.3.4" "0" commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.kernel.org/pub/scm/utils/b4/b4.git")
- (commit commit)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1x73r59h097fsk57i3k0y26qilz4iq1ppn7fxs30fdfqgx7ga2l3"))))
- (build-system python-build-system)
- (inputs
- `(("python-requests" ,python-requests)))
- (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
- (synopsis "A tool to work with public-inbox patches")
- (description "todo")
- (license license:gpl2+))))
+ (package
+ (name "b4")
+ (version "0.4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.kernel.org/pub/scm/utils/b4/b4.git")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "06z166jnza0966pianizilhf0ylp8ci91idcy62avq3nn7l57n6g"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-requests" ,python-requests)))
+ (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
+ (synopsis "A tool to work with public-inbox patches")
+ (description "todo")
+ (license license:gpl2+)))