gnu: guix: Update to 0.8.2.

* gnu/packages/package-management.scm (guix-0.8.1): Rename to...
  (guix-0.8.2): ... this.  Update to 0.8.2.  Adjust users.
  (guix): Set to GUIX-0.8.2.
This commit is contained in:
Ludovic Courtès 2015-05-14 00:30:33 +02:00
parent 04bdcdb636
commit 5875eb7325

View File

@ -52,17 +52,17 @@
arch "-linux" arch "-linux"
"/20131110/guile-2.0.9.tar.xz"))) "/20131110/guile-2.0.9.tar.xz")))
(define-public guix-0.8.1 (define-public guix-0.8.2
(package (package
(name "guix") (name "guix")
(version "0.8.1") (version "0.8.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://alpha.gnu.org/gnu/guix/guix-" (uri (string-append "ftp://alpha.gnu.org/gnu/guix/guix-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"12h5ldj1yf0za6ladlr8h7nx2gqrv2dxcsiwyqayvrza93lijkf5")))) "1a5gnkh17w7fgi5zy63ph64iqdvarkdqypkwgw2iifpqa6jq04zz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list `(#:configure-flags (list
@ -151,7 +151,7 @@ the Nix package manager.")
;; Note: use a short commit id; when using the long one, the limit on socket ;; Note: use a short commit id; when using the long one, the limit on socket
;; file names is exceeded while running the tests. ;; file names is exceeded while running the tests.
(let ((commit "fc34dee")) (let ((commit "fc34dee"))
(package (inherit guix-0.8.1) (package (inherit guix-0.8.2)
(version (string-append "0.8.1." commit)) (version (string-append "0.8.1." commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -162,7 +162,7 @@ the Nix package manager.")
(base32 (base32
"0nx60wwiar0s4bgwrm3nrskc54jig3vw7yzwxkwilc43cnlgpkja")))) "0nx60wwiar0s4bgwrm3nrskc54jig3vw7yzwxkwilc43cnlgpkja"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.8.1) (substitute-keyword-arguments (package-arguments guix-0.8.2)
((#:phases phases) ((#:phases phases)
`(alist-cons-after `(alist-cons-after
'unpack 'bootstrap 'unpack 'bootstrap
@ -180,9 +180,9 @@ the Nix package manager.")
("gettext" ,gnu-gettext) ("gettext" ,gnu-gettext)
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("graphviz" ,graphviz) ("graphviz" ,graphviz)
,@(package-native-inputs guix-0.8.1)))))) ,@(package-native-inputs guix-0.8.2))))))
(define-public guix guix-devel) (define-public guix guix-0.8.2)
(define-public nix (define-public nix
(package (package