gnu: guix: Fix hash of snapshot source.
* gnu/packages/package-management.scm (guix-devel): Fix hash, which was
wrongfully input in commit a0e59dd
.
This commit is contained in:
parent
a886404f68
commit
38b19699b2
|
@ -129,7 +129,7 @@ the Nix package manager.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ifkx8dlggpcdnz0wh1qc7v4fb3mffjqca4055nnwjsvxh0gcv8y"))))
|
"1zd583msp531cs5crx6xjxmk181d2qwd6j3kjc29zrmvxh8rpk94"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.7)
|
(substitute-keyword-arguments (package-arguments guix-0.7)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Reference in New Issue