mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to de9d8f0
.
This commit is contained in:
parent
f484a50d50
commit
368680d819
1 changed files with 3 additions and 3 deletions
|
@ -74,8 +74,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "0.13.0")
|
||||
(commit "a6d728b7aaee09892b0b420d07ed2dbb7de5e63f")
|
||||
(revision 1))
|
||||
(commit "de9d8f0e295928d92e0e5ea43a4e594fa78c76fb")
|
||||
(revision 2))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -91,7 +91,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1nrskyk8z6w5i9cdfh5zxfgsrqf744sb30ssqi2g5xhijwagr1yq"))
|
||||
"0px7n4vajc9am3snhnnvddrmnwnb2ygwz0f8isk0qhk8b1ks4kdx"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue