mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: guix: Update to 1.2.0-15.f8953be.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
This commit is contained in:
parent
f8953bea85
commit
6bed29b798
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 "112692c0d546d35cd67c5dc70dbd1dc609b18f64")
|
||||
(revision 14))
|
||||
(commit "f8953bea858f894b406eed4a0aca0cd4c4d8671d")
|
||||
(revision 15))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -149,7 +149,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"081m6zcgscmh3xbz1wrm7bjwj5d1fnwd8w89qbmd8z44a1iknf49"))
|
||||
"0m4mdg7fnn8vji2mk7ycaqrwwmh9gdwq3xli1fwbcn0ygj4cxlc6"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue