gnu: guix: Update development snapshot to dd21308.

* gnu/packages/package-management.scm (guix-devel): Update to dd21308.
This commit is contained in:
Ludovic Courtès 2016-03-25 10:22:02 +01:00
parent 7affb2c1ac
commit a2da8c173a

View file

@ -193,11 +193,11 @@ (define (copy arch)
(define guix-devel (define guix-devel
;; Development version of Guix. ;; Development version of Guix.
;; ;;
;; Note: use a short commit id; when using the long one, the limit on socket ;; Note: use a very short commit id; with a longer one, the limit on
;; file names is exceeded while running the tests. ;; hash-bang lines would be exceeded while running the tests.
(let ((commit "71e2065a38cf2641b7eb8c557b0f043f5a42a649")) (let ((commit "dd21308225610e7adfcbd1bfa07f72a42d7c7c35"))
(package (inherit guix-0.9.0) (package (inherit guix-0.9.0)
(version (string-append "0.9.0." (string-take commit 7))) (version (string-append "0.9.0-1." (string-take commit 4)))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -205,7 +205,7 @@ (define guix-devel
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0wrrywfdc27yxjns55qdz5si49c8zcb9q5557g2kx48dbm7p0dzw")) "1yxjmjjfw2n6hwidrbaawljca11pwzsvif2b02virs94xqdy9zww"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.9.0) (substitute-keyword-arguments (package-arguments guix-0.9.0)