mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: guix: Update to dc2b901
.
* gnu/packages/package-management.scm (guix): Update to dc2b901
.
This commit is contained in:
parent
dc2b90109b
commit
e427593c3f
1 changed files with 3 additions and 3 deletions
|
@ -151,8 +151,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.3.0")
|
||||
(commit "a9f2cc84bc6434fd1ac592ce0d4b84e1580c7ee2")
|
||||
(revision 19))
|
||||
(commit "dc2b90109bbc86dc0124813007d4aa935371cc9c")
|
||||
(revision 20))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -168,7 +168,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1d064hx6wk2rfbc059zaj585rvrj1lkpx5vhyc6yhhmfdwssq0rp"))
|
||||
"138199mhwrjxccl5xm5qmsapjhn9pa1rx8jh43ykl2xq1724blkp"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue