gnu: guile-next: Update to 3.0.1.
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.1. Use "mirror://" URL.
This commit is contained in:
parent
9a2f99f42f
commit
1a30351bf3
1 changed files with 3 additions and 3 deletions
|
@ -292,14 +292,14 @@ without requiring the source code to be rewritten.")
|
||||||
(package
|
(package
|
||||||
(inherit guile-2.2)
|
(inherit guile-2.2)
|
||||||
(name "guile-next") ;to be renamed to "guile"
|
(name "guile-next") ;to be renamed to "guile"
|
||||||
(version "3.0.0")
|
(version "3.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source guile-2.2))
|
(inherit (package-source guile-2.2))
|
||||||
(uri (string-append "ftp://ftp.gnu.org/gnu/guile/guile-"
|
(uri (string-append "mirror://gnu/guile/guile-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x8ca6q1qdmk29lh12gj6ngvgn7kp79w42rxfgwrpxm9jmjqs4y9"))))
|
"1jakps3127h8g69ixgb4zwc8v2g29dmwql1vi3pwg30kzp8fm5nn"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guile-2.2)
|
(substitute-keyword-arguments (package-arguments guile-2.2)
|
||||||
;; XXX: On ARMv7, work around <https://bugs.gnu.org/39208> by disabling
|
;; XXX: On ARMv7, work around <https://bugs.gnu.org/39208> by disabling
|
||||||
|
|
Reference in a new issue