gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 25a4929
.
This commit is contained in:
parent
3b74b7a283
commit
38f10b0c4e
|
@ -224,9 +224,9 @@ the Nix package manager.")
|
||||||
;;
|
;;
|
||||||
;; Note: use a very short commit id; with a longer one, the limit on
|
;; Note: use a very short commit id; with a longer one, the limit on
|
||||||
;; hash-bang lines would be exceeded while running the tests.
|
;; hash-bang lines would be exceeded while running the tests.
|
||||||
(let ((commit "d72b42064b3cdeca7adbf13cce00faff5b61472a"))
|
(let ((commit "25a49294caf2386e65fc1b12a2508324be0b1cc2"))
|
||||||
(package (inherit guix-0.12.0)
|
(package (inherit guix-0.12.0)
|
||||||
(version (string-append "0.12.0-8." (string-take commit 4)))
|
(version (string-append "0.12.0-9." (string-take commit 4)))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -236,7 +236,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00sz79hn8dc95hl34d4kg6xyf1jwn89fddqb82sllsdf4v05nlgn"))
|
"0p4rh0629j89v4ka5dsp70a1xrfhg7sxjjq54p68vw7x5dkann4a"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.12.0)
|
(substitute-keyword-arguments (package-arguments guix-0.12.0)
|
||||||
|
|
Loading…
Reference in New Issue