gnu: guix: Update to 1.2.0-9.db42ee6.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-9.db42ee6.
This commit is contained in:
parent
cdad0a2f6b
commit
e57b978fc0
1 changed files with 3 additions and 3 deletions
|
@ -132,8 +132,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.2.0")
|
(let ((version "1.2.0")
|
||||||
(commit "7624ebbae33cf49dded5e9032ed426781c9554f6")
|
(commit "db42ee65bd657bae9b1a598cbdbe86079dc85f81")
|
||||||
(revision 8))
|
(revision 9))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dd28df278fzlwxk1c0n86q98q8q8cj6g87as8v4rymyprf4gyjc"))
|
"1kizkw6cxh6mhc8kal2fglnhyp1i668b4ilqbxq72slbmf9jr9jl"))
|
||||||
(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