mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: guix: Update to 1.3.0-8.5fec148.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-8.5fec148.
This commit is contained in:
parent
5fec14807f
commit
35284f3697
1 changed files with 3 additions and 3 deletions
|
@ -142,8 +142,8 @@ (define-public guix
|
||||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||||
;; start precisely like this.
|
;; start precisely like this.
|
||||||
(let ((version "1.3.0")
|
(let ((version "1.3.0")
|
||||||
(commit "ff775440218c4f576d51aa01ce419b1fb786170a")
|
(commit "5fec14807f027e62e1c74f8d15ce8b97fed54e58")
|
||||||
(revision 7))
|
(revision 8))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fy5d2nyc1zk847bmc8jhs7nswdlddg090vsnm733x9gka01xj8j"))
|
"15xpqqldzc2bd8191m3apg67q0abhphaa1cfm6mhf4zd50smycpv"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue