gnu: nar-herder: Update to 0-12.550e6aa.
* gnu/packages/package-management.scm (nar-herder): Update to 0-12.550e6aa.
This commit is contained in:
parent
c19cd9f947
commit
46c1df1eab
1 changed files with 3 additions and 3 deletions
|
@ -1666,8 +1666,8 @@ in an isolated environment, in separate namespaces.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "549eb2252372f69230ca952ad69c9fd1096e6fed")
|
(let ((commit "550e6aa414ec143435a8ace061c17e34dcfb4eec")
|
||||||
(revision "11"))
|
(revision "12"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1678,7 +1678,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pa020yfzihsil6mcr8f52wyjcmj84dzcxdch6zfvp7xpsppcw4l"))
|
"1n7wq242rcpjb19sag4mhgyj6kkki43g4pvlczpfhj6w5cna7c05"))
|
||||||
(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
|
||||||
|
|
Reference in a new issue