guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: guile-irregex: Switch to Guile 2.2.


From: Ludovic Courtès
Subject: 09/12: gnu: guile-irregex: Switch to Guile 2.2.
Date: Mon, 30 Apr 2018 17:41:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2863860b6ccee4761342eb15fe826938239b942c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 30 21:52:31 2018 +0200

    gnu: guile-irregex: Switch to Guile 2.2.
    
    * gnu/packages/guile.scm (guile-irregex)[inputs]: Switch to
    GUILE-2.2.
    (guile2.0-irregex): New variable.
    (guile2.2-irregex): Define in terms of 'deprecated-package'.
---
 gnu/packages/guile.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index a0d131b..770f7b6 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1078,7 +1078,7 @@ understand, extend, and port to host languages other than 
Scheme.")
                (install-file "irregex.html" doc)
                #t))))))
     (inputs
-     `(("guile" ,guile-2.0)))
+     `(("guile" ,guile-2.2)))
     (home-page "http://synthcode.com/scheme/irregex";)
     (synopsis "S-expression based regular expressions")
     (description
@@ -1087,8 +1087,11 @@ string-based regular expressions.  It implements SRFI 
115 and is deeply
 inspired by the SCSH regular expression system.")
     (license license:bsd-3)))
 
+(define-public guile2.0-irregex
+  (package-for-guile-2.0 guile-irregex))
+
 (define-public guile2.2-irregex
-  (package-for-guile-2.2 guile-irregex))
+  (deprecated-package "guile2.2-irregex" guile-irregex))
 
 ;; There are two guile-gdbm packages, one using the FFI and one with
 ;; direct C bindings, hence the verbose name.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]