summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-03 01:19:46 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-03 01:19:46 +0200
commit4420940f20a2f36f29519f686bca7b85be6be5c9 (patch)
treeeb1476dab1d1b84b7fcf4f5a4e751624e5b2a60f /gnu/packages
parent66edac525b7bb8ba29362c887450ff38c54da08d (diff)
gnu: guix: Update to 0.11.0.
* gnu/packages/package-management.scm (guix-0.10.0): Rename to... (guix-0.11.0): ... this. Adjust users. (guix): Set to GUIX-0.11.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/package-management.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 5b8aabd05bd..083e003246f 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -67,17 +67,17 @@
67 arch "-linux" 67 arch "-linux"
68 "/20131110/guile-2.0.9.tar.xz"))) 68 "/20131110/guile-2.0.9.tar.xz")))
69 69
70(define-public guix-0.10.0 70(define-public guix-0.11.0
71 (package 71 (package
72 (name "guix") 72 (name "guix")
73 (version "0.10.0") 73 (version "0.11.0")
74 (source (origin 74 (source (origin
75 (method url-fetch) 75 (method url-fetch)
76 (uri (string-append "ftp://alpha.gnu.org/gnu/guix/guix-" 76 (uri (string-append "ftp://alpha.gnu.org/gnu/guix/guix-"
77 version ".tar.gz")) 77 version ".tar.gz"))
78 (sha256 78 (sha256
79 (base32 79 (base32
80 "0d4afwy7bpqi4k4bzvwc4ga4shwssis1nrvdw53qjyg9bw1a8lbn")))) 80 "1cwrbpv4dq7aczwksmcfw9w8r2bzrb5ld9zvjcr90i804hjpcb93"))))
81 (build-system gnu-build-system) 81 (build-system gnu-build-system)
82 (arguments 82 (arguments
83 `(#:configure-flags (list 83 `(#:configure-flags (list
@@ -213,7 +213,7 @@ the Nix package manager.")
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 "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
216 (package (inherit guix-0.10.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.10.0-1." (string-take commit 4)))
218 (source (origin 218 (source (origin
219 (method git-fetch) 219 (method git-fetch)
@@ -227,7 +227,7 @@ the Nix package manager.")
227 "0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr")) 227 "0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr"))
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.10.0) 230 (substitute-keyword-arguments (package-arguments guix-0.11.0)
231 ((#:configure-flags flags) 231 ((#:configure-flags flags)
232 ;; Set 'DOT_USER_PROGRAM' to the empty string so we don't keep a 232 ;; Set 'DOT_USER_PROGRAM' to the empty string so we don't keep a
233 ;; reference to Graphviz, whose closure is pretty big (too big for 233 ;; reference to Graphviz, whose closure is pretty big (too big for
@@ -251,9 +251,9 @@ the Nix package manager.")
251 ("texinfo" ,texinfo) 251 ("texinfo" ,texinfo)
252 ("graphviz" ,graphviz) 252 ("graphviz" ,graphviz)
253 ("help2man" ,help2man) 253 ("help2man" ,help2man)
254 ,@(package-native-inputs guix-0.10.0)))))) 254 ,@(package-native-inputs guix-0.11.0))))))
255 255
256(define-public guix guix-devel) 256(define-public guix guix-0.11.0)
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