mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: guix: Update to c8887a5
.
* gnu/packages/package-management.scm (guix): Update to c8887a5
.
This commit is contained in:
parent
c8887a5c6e
commit
8154beffd8
1 changed files with 3 additions and 3 deletions
|
@ -132,8 +132,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 "f8953bea858f894b406eed4a0aca0cd4c4d8671d")
|
||||
(revision 15))
|
||||
(commit "c8887a5c6e8f6a19d54ffa428c6fe88a797b867a")
|
||||
(revision 16))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -149,7 +149,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4mdg7fnn8vji2mk7ycaqrwwmh9gdwq3xli1fwbcn0ygj4cxlc6"))
|
||||
"1fhli6h196chkd8b5j2qcyq5kj7pniw5n03jd502jm7kjzvkw18p"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue