mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix: Update to 4985a42
.
* gnu/packages/package-management.scm (guix): Update to 4985a42
.
This commit is contained in:
parent
8bf2e237f8
commit
ba575ee814
1 changed files with 3 additions and 3 deletions
|
@ -132,8 +132,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.3.0")
|
||||
(commit "50dfbbf8ef52111067071c788e19fc21d54c40d6")
|
||||
(revision 3))
|
||||
(commit "4985a4272497bf9ba87a2190353d915da9b55906")
|
||||
(revision 4))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -149,7 +149,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"128608qyza3p769h7awp183c2mi9gdx2b1xidvmjilfkphlg1lyi"))
|
||||
"0d1pal92pnqs9zh5rgw1s6whvzf199p1gqa12x6ssyqbc65m32xc"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue