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 @@
|
||||||
;; 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 "a27e47f9d1e22dc32bb250cfeef88cfacb930e23")
|
(commit "2fb4304ee7eb7d17d48bee345677ef1f288a0b86")
|
||||||
(revision 23))
|
(revision 24))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12jmvagbw05hmmlrb82i0qazhlv7mcfnl4dmknwx3a9hd760g9y1"))
|
"0pwizj76n9wpzcb4a631gj8yfxfpzq11p5kmmvmv6j4cqhn61dr0"))
|
||||||
(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
|
||||||
|
|
Reference in a new issue