mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: guix: Update to 1.1.0-18.0addee1.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
This commit is contained in:
parent
218a67dfab
commit
e5b6ae9154
1 changed files with 3 additions and 3 deletions
|
@ -119,8 +119,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 "36a1925f21ee6787d8b80025f1b96238309f4b96")
|
||||
(revision 17))
|
||||
(commit "218a67dfabcdf592325a8f8c49b86478f69ff589")
|
||||
(revision 18))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -136,7 +136,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"05f7w6hyl1bw58q1fph9ws17rx0zgs638mrsxwz026bwjyy2xxr0"))
|
||||
"0zjpfagd377i977xv1ljzl0cj4vlrk4qpyqmlhclcdkjfbbachaq"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue