[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: gnu: Add pcre2-10.36.
From: |
guix-commits |
Subject: |
04/19: gnu: Add pcre2-10.36. |
Date: |
Wed, 28 Jul 2021 09:08:19 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7db9573e862ccbb44221d3e4765516c485f5fe82
Author: Jean-Baptiste Volatier <jbv@pm.me>
AuthorDate: Sat Jul 3 17:41:39 2021 +0000
gnu: Add pcre2-10.36.
* gnu/packages/pcre.scm (pcre2-10.36): New variable.
Co-Authored-By: zimoun <zimoun.toutoune@gmail.com>.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/pcre.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index ab48168..bc0e285 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -7,6 +7,8 @@
;;; 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 Jean-Baptiste Volatier <jbv@pm.me>
+;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -125,3 +127,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"))))))
- branch master updated (b07c7f0 -> c20c9e1), guix-commits, 2021/07/28
- 01/19: gnu: global: Fix lisp install dir., guix-commits, 2021/07/28
- 02/19: gnu: glibc-for-bootstrap: Update patch., guix-commits, 2021/07/28
- 06/19: gnu: openlibm: Fix cross-compiling., guix-commits, 2021/07/28
- 04/19: gnu: Add pcre2-10.36.,
guix-commits <=
- 05/19: gnu: openlibm: Update to 0.7.4., guix-commits, 2021/07/28
- 09/19: gnu: julia: Update to 1.6.1., guix-commits, 2021/07/28
- 10/19: gnu: libuv-julia: Clean up package definition., guix-commits, 2021/07/28
- 03/19: gnu: Add utf8proc-2.6.1., guix-commits, 2021/07/28
- 07/19: gnu: julia-staticarrays: Update to 1.2.5, guix-commits, 2021/07/28
- 08/19: gnu: Add curl-ssh., guix-commits, 2021/07/28
- 11/19: gnu: llvm-julia: Overide build-type., guix-commits, 2021/07/28
- 12/19: gnu: julia: Skip tests on aarch64-linux., guix-commits, 2021/07/28
- 13/19: gnu: Add julia-preferences., guix-commits, 2021/07/28
- 14/19: gnu: julia-jllwrappers: Add julia-preferences., guix-commits, 2021/07/28