gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix): Update to 357ab93
.
This commit is contained in:
parent
357ab93aac
commit
bb4b9f7bf3
|
@ -78,8 +78,8 @@
|
||||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||||
;; start precisely like this.
|
;; start precisely like this.
|
||||||
(let ((version "0.13.0")
|
(let ((version "0.13.0")
|
||||||
(commit "8b920d707ed07a3251227f77526cf875d86a4417")
|
(commit "357ab93aacbd882a48cd7961ab301afa78c941d0")
|
||||||
(revision 7))
|
(revision 8))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15phwcadkw44mr4hnv1dxzzw9an6x7sbdfzwy4iciqw6y2wckncd"))
|
"15y6vcvqydgr4hz32jhc30a9xxfd01x01y8w8xv2iqgfrfzi5sr0"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue