summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-03 10:56:45 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-03 10:56:45 +0200
commit8aceca50cdeee730e11c77967ea073af5d167363 (patch)
treeee59561c171ecc742cc217cdc85a8897aff366bb /gnu/packages
parent4420940f20a2f36f29519f686bca7b85be6be5c9 (diff)
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 4420940. (guix): Set to GUIX-DEVEL.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/package-management.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 083e003246f..1421c7ea0a4 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -212,9 +212,9 @@ the Nix package manager.")
212 ;; 212 ;;
213 ;; Note: use a very short commit id; with a longer one, the limit on 213 ;; Note: use a very short commit id; with a longer one, the limit on
214 ;; hash-bang lines would be exceeded while running the tests. 214 ;; hash-bang lines would be exceeded while running the tests.
215 (let ((commit "97c8aef15de89799ac01b62dd9b91245c23eefcb")) 215 (let ((commit "4420940f20a2f36f29519f686bca7b85be6be5c9"))
216 (package (inherit guix-0.11.0) 216 (package (inherit guix-0.11.0)
217 (version (string-append "0.10.0-1." (string-take commit 4))) 217 (version (string-append "0.11.0-1." (string-take commit 4)))
218 (source (origin 218 (source (origin
219 (method git-fetch) 219 (method git-fetch)
220 (uri (git-reference 220 (uri (git-reference
@@ -224,7 +224,7 @@ the Nix package manager.")
224 (commit commit))) 224 (commit commit)))
225 (sha256 225 (sha256
226 (base32 226 (base32
227 "0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr")) 227 "1c1rqsfc4vrclkk03aj1m8r1lzk9pfa61ax9hhhj5nw23bilsixc"))
228 (file-name (string-append "guix-" version "-checkout")))) 228 (file-name (string-append "guix-" version "-checkout"))))
229 (arguments 229 (arguments
230 (substitute-keyword-arguments (package-arguments guix-0.11.0) 230 (substitute-keyword-arguments (package-arguments guix-0.11.0)
@@ -253,7 +253,7 @@ the Nix package manager.")
253 ("help2man" ,help2man) 253 ("help2man" ,help2man)
254 ,@(package-native-inputs guix-0.11.0)))))) 254 ,@(package-native-inputs guix-0.11.0))))))
255 255
256(define-public guix guix-0.11.0) 256(define-public guix guix-devel)
257 257
258(define (source-file? file stat) 258(define (source-file? file stat)
259 "Return true if FILE is likely a source file, false if it is a typical 259 "Return true if FILE is likely a source file, false if it is a typical