mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: guix: Update to 1.3.0-11.f743f20.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-11.f743f20.
This commit is contained in:
parent
f743f2046b
commit
a9075d332d
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
|
||||
;; start precisely like this.
|
||||
(let ((version "1.3.0")
|
||||
(commit "5fec14807f027e62e1c74f8d15ce8b97fed54e58")
|
||||
(revision 8))
|
||||
(commit "f743f2046be2c5a338ab871ae8666d8f6de7440b")
|
||||
(revision 9))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -159,7 +159,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"15xpqqldzc2bd8191m3apg67q0abhphaa1cfm6mhf4zd50smycpv"))
|
||||
"0sk8vhvivh3r4jws2gyq02wdvwz2qds53b0vc4k04dx8vwidmid9"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue