mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: guix: Update to 1.1.0-20.537080f.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
This commit is contained in:
parent
4b5a6fbc9b
commit
29d3569c9c
1 changed files with 3 additions and 3 deletions
|
@ -120,8 +120,8 @@ (define-public guix
|
||||||
;; 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 "0c50d7231b124e7389d4cb0ab117a3d7dce1b817")
|
(commit "537080fad8dfa63df2f1d0b0d046a28077d56a56")
|
||||||
(revision 19))
|
(revision 20))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04a0kncn19yriymc88ia5fxqskhvrwhb129as0ng3z9zxvfz9qcn"))
|
"19nga4017m7gn82zljjsznr353van22507yjhqb9ghvh8h3lhxa8"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue