mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix: Update to 1.4.0-24.9a2ddcc.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-24.9a2ddcc. Change-Id: Ie653394fadc0b7d4091ed3f17393768f78c9b4ad
This commit is contained in:
parent
9a2ddcc8f5
commit
56d3d04a44
1 changed files with 3 additions and 3 deletions
|
@ -178,8 +178,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 "843b85c42745d65c93d6af81cd3a9d835ff1f51c")
|
||||
(revision 23))
|
||||
(commit "9a2ddcc8f5a6f64b475eeb13a3f1034aa6a4a49a")
|
||||
(revision 24))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -195,7 +195,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"080idxx8i0dkwsvbx3yw20fs16v0vfzc7vc30zbvc96nvw36ryqb"))
|
||||
"0823vl88gbgqadc20in9qvxnrd7zhnq047bfvw4gvdsmgxpcpvpx"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue