Skip to content
Snippets Groups Projects
Unverified Commit 23a1f738 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: guix: Update to 6ddc63e5.

This fixes a problem introduced with commit
6eac835f.  Reported on the #guix IRC channel
by tune.

* gnu/packages/package-management.scm (guix): Update to 6ddc63e5.
parent 6ddc63e5
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,8 @@ (define-public guix ...@@ -102,8 +102,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.16.0") (let ((version "0.16.0")
(commit "5227d938e2b7bda22e2a7aa733e1e09a6c726f18") (commit "6ddc63e599a26c302f74d0622f67cfd987f0dc5f")
(revision 2)) (revision 3))
(package (package
(name "guix") (name "guix")
...@@ -119,7 +119,7 @@ (define-public guix ...@@ -119,7 +119,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0v1a99k0qpxa5ksgqqwydd1nb00hkd71fj7374rqhklvk0a2cdz9")) "0vzxrsfbr4phhy60m7pc6klb61whqc404c3x76ydj70xvi1xa0wz"))
(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