diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-27 18:12:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-27 19:09:30 +0100 |
commit | 313973980215a50ac0b40b44ab995254eff1dae5 (patch) | |
tree | 97b677d79f49d02fe38611c4326da5f49a83b957 /gnu/packages/guile.scm | |
parent | eb5341c2353ef54ef8b227ae8e50aa5736a40ddc (diff) | |
download | patches-313973980215a50ac0b40b44ab995254eff1dae5.tar patches-313973980215a50ac0b40b44ab995254eff1dae5.tar.gz |
gnu: guile-next: Update to 3.0.2.
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.2.
* gnu/packages/patches/guile-3.0-crash.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 80ac9ea706..9c707d4cde 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -292,17 +292,14 @@ without requiring the source code to be rewritten.") (package (inherit guile-2.2) (name "guile-next") ;to be renamed to "guile" - (version "3.0.1") + (version "3.0.2") (source (origin (inherit (package-source guile-2.2)) (uri (string-append "mirror://gnu/guile/guile-" version ".tar.xz")) (sha256 (base32 - "1jakps3127h8g69ixgb4zwc8v2g29dmwql1vi3pwg30kzp8fm5nn")) - (patches - (append (search-patches "guile-3.0-crash.patch") - (origin-patches (package-source guile-2.2)))))) + "12lziar4j27j9whqp2n18427q45y9ghq7gdd8lqhmj1k0lr7vi2k")))) (native-search-paths (list (search-path-specification (variable "GUILE_LOAD_PATH") |