gnu: guix: Update to 2056226
.
* gnu/packages/package-management.scm (guix): Update to 2056226
.
This commit is contained in:
parent
2056226557
commit
eea36f8eca
1 changed files with 3 additions and 3 deletions
|
@ -130,8 +130,8 @@
|
||||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||||
;; start precisely like this.
|
;; start precisely like this.
|
||||||
(let ((version "1.1.0")
|
(let ((version "1.1.0")
|
||||||
(commit "2f458ad713143f31365b9c80ed1b98999db8de32")
|
(commit "2056226557f977c70691aadcd57dbb81bca5058b")
|
||||||
(revision 23))
|
(revision 24))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1csf8s37babnq5xcp54wgiwcgn9968ha5p52w10mjb24dr7i1m7w"))
|
"1lcqyy73h4gk6k5f5vycvkhck81qhasbc30qh18n96lalf00y98h"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue