mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: guix: Update to 4bddd12
.
* gnu/packages/package-management.scm (guix): Update to 4bddd12
.
This commit is contained in:
parent
66abc619d5
commit
db7c901af1
1 changed files with 3 additions and 3 deletions
|
@ -107,8 +107,8 @@
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "0.16.0")
|
||||
(commit "7ba2b27467a39956f10e2e11061d9569e4b7d632")
|
||||
(revision 8))
|
||||
(commit "4bddd12ad540d45a33a5f9f129b896843dca603f")
|
||||
(revision 9))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"14srgkl0vyr6q7azv76nncp63gngmm71y18ybyj9f6l6s4shbcm4"))
|
||||
"1abn4ghb25kn0cmr9dbb3q3fxdcc0g2fnnmbrykxv111s6ahdmlw"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue