mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix: Update to 2fb4304
.
* gnu/packages/package-management.scm (guix): Update to 2fb4304
.
This commit is contained in:
parent
386adb6df0
commit
de3cd060cc
1 changed files with 3 additions and 3 deletions
|
@ -156,8 +156,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 "a27e47f9d1e22dc32bb250cfeef88cfacb930e23")
|
||||
(revision 23))
|
||||
(commit "2fb4304ee7eb7d17d48bee345677ef1f288a0b86")
|
||||
(revision 24))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -173,7 +173,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"12jmvagbw05hmmlrb82i0qazhlv7mcfnl4dmknwx3a9hd760g9y1"))
|
||||
"0pwizj76n9wpzcb4a631gj8yfxfpzq11p5kmmvmv6j4cqhn61dr0"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue