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

gnu: guix: Update to bdf860c2.

* gnu/packages/package-management.scm (guix): Update to bdf860c2.
parent bdf860c2
No related branches found
No related tags found
No related merge requests found
...@@ -105,8 +105,8 @@ (define-public guix ...@@ -105,8 +105,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 "5de5f8184530fd7e0e88514ae35cb2e9305910c1") (commit "bdf860c2e99077d431da0cc1db4fc14db2a35d31")
(revision 5)) (revision 6))
(package (package
(name "guix") (name "guix")
...@@ -122,7 +122,7 @@ (define-public guix ...@@ -122,7 +122,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1hxa1irb8jfjas2yajxilbhnn7rbg38zkbcyr71mwpxgcizg0bdj")) "0876y2pjcrwb3ynxqlpkn3pxx2iil8hrzdadh23jd6jbhvm087q1"))
(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