mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: guix: Update to 1.2.0rc2.
This commit is contained in:
parent
207c3c594e
commit
0d4b1afb6b
1 changed files with 4 additions and 4 deletions
|
@ -130,9 +130,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.2.0rc1")
|
(let ((version "1.2.0rc2")
|
||||||
(commit "3ba6ffd0dd092ae879d014e4971989f231eaa56d")
|
(commit "207c3c594e22b678ddcea8ebc78f19b839612187")
|
||||||
(revision 1))
|
(revision 0))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wa67gdipmzqr400hp0cw5ih0rlfvj345h65rqbk9s4g3bkg38hm"))
|
"1ggzlpam6hmfylxlm15658znafxq58bjkbbxp2nsvrvgmzqmh1km"))
|
||||||
(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