gnu: guix: Update to d0438fc
.
This adds the “builtin:git-download” derivation builder to guix-daemon, added in commit13b0cf85eb
. * gnu/packages/package-management.scm (guix): Update tod0438fc
.
This commit is contained in:
parent
c480222665
commit
59587e2fda
1 changed files with 5 additions and 3 deletions
|
@ -174,8 +174,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.4.0")
|
||||
(commit "4dfdd822102690b5687acf28365ab707b68d9476")
|
||||
(revision 10))
|
||||
(commit "d0438fcf658cb8c95b32381fac44b0a6278459ed")
|
||||
(revision 11))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -191,7 +191,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1p21gz2lr7iqvma1m83k2r04w201rzvk31d5kfn2qkr9l0gds4cx"))
|
||||
"05i32m7cxs7vhl54hvs0f9g84jhnn2dbc9qcgaqvqnqc4i8yhhxr"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -515,6 +515,8 @@ (define code
|
|||
("disarchive" ,disarchive) ;for 'guix perform-download'
|
||||
("guile-lzma" ,guile-lzma) ;for Disarchive
|
||||
|
||||
("git-minimal" ,git-minimal) ;for 'guix perform-download'
|
||||
|
||||
("glibc-utf8-locales" ,glibc-utf8-locales)))
|
||||
(propagated-inputs
|
||||
`(("guile-gnutls" ,guile-gnutls)
|
||||
|
|
Loading…
Reference in a new issue