mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
Revert "gnu: guix: Update to 1.4.0-11.658de25e99."
Several people on IRC report that "rewrite-url, to-version specified" fails.
This reverts commit 1a0c7f71f0
.
This commit is contained in:
parent
c46fe3ed74
commit
273709932f
1 changed files with 3 additions and 3 deletions
|
@ -174,8 +174,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 "658de25e990a56265e2398a3737e9cf1eb57af68")
|
||||
(revision 11))
|
||||
(commit "4dfdd822102690b5687acf28365ab707b68d9476")
|
||||
(revision 10))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -191,7 +191,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"039hmqbfkhscjyzrydvz5c8dvddwqdwlxrrl8l60prz0bfhshda9"))
|
||||
"1p21gz2lr7iqvma1m83k2r04w201rzvk31d5kfn2qkr9l0gds4cx"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue