mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: guix: Update to 4aea90b
.
* gnu/packages/package-management.scm (guix): Update to 4aea90b
.
This commit is contained in:
parent
4aea90b187
commit
a650ee0baa
1 changed files with 3 additions and 3 deletions
|
@ -110,8 +110,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.0.1")
|
||||
(commit "f38eabe952608478230895e380ef441d65ea625e")
|
||||
(revision 11))
|
||||
(commit "4aea90b1876179aab8d603a42533a6bdf97ccd3c")
|
||||
(revision 12))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -127,7 +127,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1wnm1wqa38dpd5bk6avyfm0rgx72vlx36a06scyg8d57kl47mzjf"))
|
||||
"08h1v9pmhb6pcdhvnhc1gi0nqp78kf68657vlk10abrf7q0cqs6q"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue