mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix: Update to 1.2.0-4.4435999.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-4.4435999.
This commit is contained in:
parent
988a49c78e
commit
cae3e92f78
1 changed files with 3 additions and 3 deletions
|
@ -131,8 +131,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.2.0")
|
||||
(commit "35a32fefb4695442265809805145b7a262ae4988")
|
||||
(revision 3))
|
||||
(commit "443599999af21878d58dbb48210d4cccca2882d8")
|
||||
(revision 4))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -148,7 +148,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0lzlla3cdimp4m6jrwkn8sgfww606nwn9spnyqwjplswvp2wl79y"))
|
||||
"1y3d9s03h4gapm6nxkbhr1blpwckl5s7inns2bnawlfs6pw7q124"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue