mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update.
This commit is contained in:
parent
1c0c417d2d
commit
fbe52bcda2
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ (define (copy arch)
|
|||
|
||||
(define guix-devel
|
||||
;; Development version of Guix.
|
||||
(let ((commit "47739f5"))
|
||||
(let ((commit "3b09332"))
|
||||
(package (inherit guix-0.8)
|
||||
(version (string-append "0.8." commit))
|
||||
(source (origin
|
||||
|
@ -129,7 +129,7 @@ (define guix-devel
|
|||
(recursive? #t)))
|
||||
(sha256
|
||||
(base32
|
||||
"17azgv1i8f9spwa35m23d2yk0wlmf48xm6ka1rqh30nhacwlmnx7"))))
|
||||
"1szlyhpy688ca96kfyjb6cdy5zhxvqmdig4m7ql7rjqfmz0gvka1"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments guix-0.8)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue