gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to e11c42f.
This commit is contained in:
Ludovic Courtès 2016-12-06 00:24:24 +01:00
parent e11c42f297
commit 8243951ef1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -226,9 +226,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 "9328eafbf590938d2b7c4b8c6476a8664fa052b7")) (let ((commit "e11c42f297a4e128aa5abd11f379a250146f5cab"))
(package (inherit guix-0.11.0) (package (inherit guix-0.11.0)
(version (string-append "0.11.0-6." (string-take commit 4))) (version (string-append "0.11.0-7." (string-take commit 4)))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -238,7 +238,7 @@ the Nix package manager.")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"02w1319phmpm1vj425izk4q5www6pa9ln4g432lyhqv5ikf0xldg")) "0lhgj995pwf9x97vv40w71vnd11xg4wp9ik6nfx6carb0ry68ni2"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.11.0) (substitute-keyword-arguments (package-arguments guix-0.11.0)