mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: nar-herder: Update to 0-33.bbf5119.
* gnu/packages/package-management.scm (nar-herder): Update to 0-33.bbf5119. Change-Id: I802b55c70ef1466b40d0d1ec45f7d9401ab4a12d
This commit is contained in:
parent
ad520acdad
commit
6c2d329556
1 changed files with 3 additions and 3 deletions
|
@ -1803,8 +1803,8 @@ (define-public guix-jupyter
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "bb8209bf7e238baedd0bdabe11d09518d2f44eee")
|
(let ((commit "bbf5119200b844fdb59b54d87fa01cc6abee46c2")
|
||||||
(revision "32"))
|
(revision "33"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1815,7 +1815,7 @@ (define-public nar-herder
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kzf12h9c9zvaxxv6fagf4b696z5bhyiaw944x20ll1sdryals46"))
|
"12ddwy65px2mryv9x5h1yvm8wn5h6fscp4zamynaqyajnlszj68r"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue