gnu: guix: Update to 5de5f81.

* gnu/packages/package-management.scm (guix): Update to 5de5f81.
This commit is contained in:
Ludovic Courtès 2018-12-18 22:31:32 +01:00
parent bc7743b99e
commit 439a4c7511
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -102,8 +102,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.16.0") (let ((version "0.16.0")
(commit "60b04024f8823192b74c1ed5b14f318049865ac7") (commit "5de5f8184530fd7e0e88514ae35cb2e9305910c1")
(revision 4)) (revision 5))
(package (package
(name "guix") (name "guix")
@ -119,7 +119,7 @@
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0s80w8wx5qi88bbils699wrlqr5czfvp6c64m801g5dlgkj71rpk")) "1hxa1irb8jfjas2yajxilbhnn7rbg38zkbcyr71mwpxgcizg0bdj"))
(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