Skip to content
Snippets Groups Projects
Unverified Commit 368680d8 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix): Update to de9d8f0e.
parent f484a50d
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ (define-public guix ...@@ -74,8 +74,8 @@ (define-public guix
;; 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 "a6d728b7aaee09892b0b420d07ed2dbb7de5e63f") (commit "de9d8f0e295928d92e0e5ea43a4e594fa78c76fb")
(revision 1)) (revision 2))
(package (package
(name "guix") (name "guix")
...@@ -91,7 +91,7 @@ (define-public guix ...@@ -91,7 +91,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1nrskyk8z6w5i9cdfh5zxfgsrqf744sb30ssqi2g5xhijwagr1yq")) "0px7n4vajc9am3snhnnvddrmnwnb2ygwz0f8isk0qhk8b1ks4kdx"))
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment