diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-16 19:55:17 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-16 19:57:30 +0200 |
commit | f52c1f5f61454ed7bc6823216930f127e11d961f (patch) | |
tree | 3749755ebaf239c4afb34ebb45f58cf6a6ea6b35 /gnu/packages/guile-xyz.scm | |
parent | c6f74eb540ced46a3bfd380efb424867f599ee61 (diff) | |
download | patches-f52c1f5f61454ed7bc6823216930f127e11d961f.tar patches-f52c1f5f61454ed7bc6823216930f127e11d961f.tar.gz |
gnu: guile-newt: Update to 0.0.2.
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.2,
[source]: remove Guile 3.0 snippet.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index ebd7d89dec..dce12af96e 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1042,7 +1042,7 @@ format.") (define-public guile-newt (package (name "guile-newt") - (version "0.0.1") + (version "0.0.2") (source (origin (method git-fetch) (uri (git-reference @@ -1051,20 +1051,7 @@ format.") (file-name (git-file-name name version)) (sha256 (base32 - "1w7qy4dw1f4bx622l6hw8mv49sf1ha8kch8j4nganyk8fj0wn695")) - (modules '((guix build utils))) - (snippet - '(begin - ;; Allow builds with Guile 3.0. - (substitute* "configure.ac" - (("^GUILE_PKG.*") - "GUILE_PKG([3.0 2.2 2.0])\n")) - - ;; Remove "guile.m4" since it contains an obsolete version - ;; of 'GUILE_PKG' that doesn't work with development - ;; versions such as 2.9. - (delete-file "m4/guile.m4") - #t)))) + "1gksd1lzgjjh1p9vczghg8jw995d22hm34kbsiv8rcryirv2xy09")))) (build-system gnu-build-system) (arguments '(#:make-flags |