mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: guix: Update to e427593
.
* gnu/packages/package-management.scm (guix): Update to e427593
.
This commit is contained in:
parent
e427593c3f
commit
195bb1fb9d
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 "dc2b90109bbc86dc0124813007d4aa935371cc9c")
|
||||
(revision 20))
|
||||
(commit "e427593c3f6900bde8bf9fd25dac7e5123ff8dbe")
|
||||
(revision 21))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -168,7 +168,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"138199mhwrjxccl5xm5qmsapjhn9pa1rx8jh43ykl2xq1724blkp"))
|
||||
"0bx1m7aps1mkr1vm08ix3hivqkaxb2cnppsbjgx7ghim3a3p1nhs"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue