mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: guix: Update to 1c21468
.
* gnu/packages/package-management.scm (guix): Update to 1c21468
.
This commit is contained in:
parent
e880e63740
commit
f5163902d7
1 changed files with 3 additions and 3 deletions
|
@ -130,8 +130,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.1.0")
|
||||
(commit "846403ef62066b23c87b6f8a99fd8a551001fc52")
|
||||
(revision 26))
|
||||
(commit "1c21468c7a7d09fbe065d1ceebf5f542537c877c")
|
||||
(revision 27))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -147,7 +147,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1899mfy4hwnz8m9zzjpdvp6fr69j0mn7n9l51l1avrmpdmwnk4sz"))
|
||||
"0bprn9inpqmc41ldcykl5pnybgz3slflrnb9pywfn3gsr4r48lbm"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue