[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48325] [PATCH 2/4] gnu: Add pcre2-10.36.
From: |
Jean-Baptiste Volatier |
Subject: |
[bug#48325] [PATCH 2/4] gnu: Add pcre2-10.36. |
Date: |
Tue, 29 Jun 2021 13:23:21 +0000 |
* gnu/packages/pcre.scm (pcre2-10.36): New variable.
Co-Authored-By: zimoun <zimoun.toutoune@gmail.com>.
---
gnu/packages/pcre.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index ab48168567..8a1bd487fe 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -125,3 +126,16 @@ own native API, as well as a set of wrapper functions that
correspond to the
POSIX regular expression API.")
(license license:bsd-3)
(home-page "https://www.pcre.org/")))
+
+(define-public pcre2-10.36
+ (package
+ (inherit pcre2)
+ (name "pcre2")
+ (version "10.36")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/pcre/pcre2/"
+ version "/pcre2-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0p3699msps07p40g9426lvxa3b41rg7k2fn7qxl2jm0kh4kkkvx9"))))))
--
2.32.0
- [bug#48325] update of julia to 1.6.1, Ludovic Courtès, 2021/06/05
- [bug#48325] update of julia to 1.6.1, Nicolò Balzarotti, 2021/06/06
- [bug#48325] update of julia to 1.6.1, Jean-Baptiste Volatier, 2021/06/13
- [bug#48325] update of julia to 1.6.1, Jean-Baptiste Volatier, 2021/06/13
- [bug#48325] [PATCH v3b 4/5] julia: Update to 1.6.1: where apply upstream patches?, zimoun, 2021/06/16
- [bug#48325] [PATCH 0/4 v4] DRAFT gnu: julia: Update to 1.6.1, Jean-Baptiste Volatier, 2021/06/29
- [bug#48325] [PATCH 2/4] gnu: Add pcre2-10.36.,
Jean-Baptiste Volatier <=
- [bug#48325] [PATCH 3/4] gnu: openlibm: Update to 0.7.4., Jean-Baptiste Volatier, 2021/06/29
- [bug#48325] [PATCH 1/4] gnu: Add utf8proc-2.6.1., Jean-Baptiste Volatier, 2021/06/29
- [bug#48325] [PATCH 4/4] DRAFT gnu: julia: Update to 1.6.1., Jean-Baptiste Volatier, 2021/06/29
- [bug#48325] update of julia to 1.6.1, zimoun, 2021/06/16