mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: guix: Update to 1.4.0-22.1a34b9b.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-22.1a34b9b. Change-Id: I316d987e0f744f3b827d3c0ff6db54e1e6c79375
This commit is contained in:
parent
42026b1186
commit
c6e6001a10
1 changed files with 3 additions and 3 deletions
|
@ -177,8 +177,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 "b345a5e17f60e1cf700980e608a5b33e51062978")
|
||||
(revision 21))
|
||||
(commit "1a34b9b725e731a6d5f602d104f09a1c68afa6a4")
|
||||
(revision 22))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -194,7 +194,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0gddkkcnkn9j86imp07lpi83r9j96mssgsr59w356hnxkb0npdaz"))
|
||||
"0fz7n9pl0g3cw3zvx9m5c51ly5m9ga71v85mf4jqp7x8j5g21lhy"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue