mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: nar-herder: Update to 0-11.549eb22.
* gnu/packages/package-management.scm (nar-herder): Update to 0-11.549eb22.
This commit is contained in:
parent
9b9e13a81f
commit
2088da20ce
1 changed files with 3 additions and 3 deletions
|
@ -1666,8 +1666,8 @@ (define-public guix-jupyter
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "8d219e49c8f1623bdd3622f8c024c40acb0004c2")
|
(let ((commit "549eb2252372f69230ca952ad69c9fd1096e6fed")
|
||||||
(revision "10"))
|
(revision "11"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1678,7 +1678,7 @@ (define-public nar-herder
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bxhwmfywy03iqmy7a039xr4cb9vfjsqpj7w5ybhmiqhf0yv9hpa"))
|
"1pa020yfzihsil6mcr8f52wyjcmj84dzcxdch6zfvp7xpsppcw4l"))
|
||||||
(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