mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: guix: Update to 1.1.0rc2.
This commit is contained in:
parent
935ef44b39
commit
9d0d27fd88
1 changed files with 4 additions and 4 deletions
|
@ -109,9 +109,9 @@ (define-public guix
|
||||||
;; Latest version of Guix, which may or may not correspond to a release.
|
;; Latest version of Guix, which may or may not correspond to a release.
|
||||||
;; 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.0.1")
|
(let ((version "1.1.0rc2")
|
||||||
(commit "09844816c77caaa60f4149f99a34733966724627")
|
(commit "935ef44b398353b5b6af94e185d7b0c3d833db0b")
|
||||||
(revision 15))
|
(revision 0))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fciffls6cw9zz13vig5x37r73qxc0irzyh0caimciddlksvabf7"))
|
"1kag3k0k2apidx5nhravsa0f7if9dzhzxpam3yv1832m8zd8k9al"))
|
||||||
(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