mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to commit
84934f4
.
This commit is contained in:
parent
e4bed284ae
commit
b1821e8272
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ (define (copy arch)
|
||||||
|
|
||||||
(define guix-devel
|
(define guix-devel
|
||||||
;; Development version of Guix.
|
;; Development version of Guix.
|
||||||
(let ((commit "14e84b2"))
|
(let ((commit "84934f4"))
|
||||||
(package (inherit guix-0.7)
|
(package (inherit guix-0.7)
|
||||||
(version (string-append "0.7." commit))
|
(version (string-append "0.7." commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -127,7 +127,7 @@ (define guix-devel
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00rmdxhrhf2yklvqc740dmwl7j67i0h3svjc9cwjdam94sys0m4n"))))
|
"1fbpnl0ibin130zj8vpvby2fgf52r887gxh1whkak316r5r8c546"))))
|
||||||
(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 a new issue