[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.
- branch master updated (e64a3b4 -> 1170198), Ludovic Courtès, 2018/04/30
- 02/12: gnu: tcc-wrapper: Use Guile 2.2., Ludovic Courtès, 2018/04/30
- 03/12: gnu: gzochi: Build without '-Werror'., Ludovic Courtès, 2018/04/30
- 04/12: gnu: gzochi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 06/12: gnu: guile-ics: Update to 0.2.0., Ludovic Courtès, 2018/04/30
- 05/12: gnu: geiser: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 09/12: gnu: guile-irregex: Switch to Guile 2.2.,
Ludovic Courtès <=
- 07/12: gnu: guile-ics: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 08/12: gnu: guile-minikanren: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 12/12: gnu: Add amule., Ludovic Courtès, 2018/04/30
- 01/12: weather: Fix type error when reporting CI stats., Ludovic Courtès, 2018/04/30
- 11/12: gnu: guile-dbi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 10/12: gnu: guile-redis: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30