mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: guix: Update to 1.1.0-30.875c01f.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f.
This commit is contained in:
parent
875c01f82d
commit
e17b732481
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.1.0")
|
||||
(commit "4e3ed9bad9ed5758cdee6e636805f65e9ab710eb")
|
||||
(revision 29))
|
||||
(commit "875c01f82dc5f2c4ca82952ea88b3240fbe8bede")
|
||||
(revision 30))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -148,7 +148,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1jaqpiry7y45k5vg09b4h6yfp0rcbp931yaajy2wi61kg1z27s5x"))
|
||||
"0mh1hnrk84h5nzqp6aflh9ab3kxr5672c8bx44minzyd26177yik"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue