gnu: nar-herder: Update to 0-28.6be6f63.
This fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (nar-herder): Update to 0-28.6be6f63. Change-Id: Ib238747115cbfac56916dd02dc50e5c3738b31c8master
parent
1f963b9c58
commit
f422a23e0e
|
@ -1793,8 +1793,8 @@ in an isolated environment, in separate namespaces.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "ffda727a3b6bd45851662159709a1927a1ee0c1d")
|
(let ((commit "6be6f63c9f03b7bc928f7927a38da91f95f57ea2")
|
||||||
(revision "27"))
|
(revision "28"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1805,7 +1805,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qg8s68prdv3qgwx63k4zfvsida64jq6fcl06zffbkbl672rnrzl"))
|
"1kg7h3y5wx9saxqhyj36135i5n0h8yppq05s2cin22b9c8mdkxi0"))
|
||||||
(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 New Issue