mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 25a4929
.
This commit is contained in:
parent
3b74b7a283
commit
38f10b0c4e
1 changed files with 3 additions and 3 deletions
|
@ -224,9 +224,9 @@ (define guix-devel
|
|||
;;
|
||||
;; Note: use a very short commit id; with a longer one, the limit on
|
||||
;; hash-bang lines would be exceeded while running the tests.
|
||||
(let ((commit "d72b42064b3cdeca7adbf13cce00faff5b61472a"))
|
||||
(let ((commit "25a49294caf2386e65fc1b12a2508324be0b1cc2"))
|
||||
(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
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -236,7 +236,7 @@ (define guix-devel
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"00sz79hn8dc95hl34d4kg6xyf1jwn89fddqb82sllsdf4v05nlgn"))
|
||||
"0p4rh0629j89v4ka5dsp70a1xrfhg7sxjjq54p68vw7x5dkann4a"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments guix-0.12.0)
|
||||
|
|
Loading…
Reference in a new issue