mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: guix: Update to 1.1.0-11.204623b.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b.
This commit is contained in:
parent
204623bc68
commit
e3c6768822
1 changed files with 3 additions and 3 deletions
|
@ -118,8 +118,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 "1.1.0")
|
(let ((version "1.1.0")
|
||||||
(commit "141b5c162048f5cb52e8c90ff7c16a2e98babcfb")
|
(commit "204623bc68a7ba0445953605208ec1a1131d85bc")
|
||||||
(revision 10))
|
(revision 11))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j3vag994kj05b09a7w4lyas991a19hbbslcm9xvn5k2ilf4qskz"))
|
"0fx1ncs77n19r6mby0pxfdg3b54qncyawaghfx6nhl3c81c6fd1q"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue