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-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+)))
|
||||
|
||||
(define-public nar-herder
|
||||
(let ((commit "8d219e49c8f1623bdd3622f8c024c40acb0004c2")
|
||||
(revision "10"))
|
||||
(let ((commit "549eb2252372f69230ca952ad69c9fd1096e6fed")
|
||||
(revision "11"))
|
||||
(package
|
||||
(name "nar-herder")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1678,7 +1678,7 @@ (define-public nar-herder
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0bxhwmfywy03iqmy7a039xr4cb9vfjsqpj7w5ybhmiqhf0yv9hpa"))
|
||||
"1pa020yfzihsil6mcr8f52wyjcmj84dzcxdch6zfvp7xpsppcw4l"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue