mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: guix: Update to 4a54ed7
.
* gnu/packages/package-management.scm (guix): Update to 4a54ed7
.
This commit is contained in:
parent
78d1497dcc
commit
3092f1b835
1 changed files with 3 additions and 3 deletions
|
@ -111,8 +111,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 "35d1354fe87003dbe19b1b97aa64db1f7d989701")
|
||||
(revision 2))
|
||||
(commit "4a54ed774913480c0f8dad3caf0cd627e4fa8ebf")
|
||||
(revision 3))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -128,7 +128,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1fd7g31fgdn7pzfxki7pkn1335ffmbklygha8d16771widqbpla5"))
|
||||
"14m4a4bn0d5hav6mrks5d7r223knx9dpswgbsc875wgr2921na2h"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue