unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Update pcre2 to 10.21
@ 2016-04-07 22:29 Mckinley Olsen
  2016-04-08 11:20 ` Efraim Flashner
  2016-04-08 11:33 ` 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Mckinley Olsen @ 2016-04-07 22:29 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 108 bytes --]

Updating pcre2 to satisfy the 10.21 requirement newer versions of
vte/vte-ng have (which I hope to package)

[-- Attachment #1.2: Type: text/html, Size: 133 bytes --]

[-- Attachment #2: 0001-gnu-packages-pcre2.scm-pcre2-Update-pcre2-to-10.21.patch --]
[-- Type: application/octet-stream, Size: 1095 bytes --]

From 69a7536d8aa736ef4e5dbbbc08ebc3a4c93400b3 Mon Sep 17 00:00:00 2001
From: McKinley Olsen <mck.olsen@gmail.com>
Date: Thu, 7 Apr 2016 16:12:24 -0600
Subject: [PATCH] gnu/packages/pcre2.scm (pcre2): Update pcre2 to 10.21

---
 gnu/packages/pcre.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 9794def..9215b38 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -77,7 +77,7 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.20")
+    (version "10.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
@@ -85,7 +85,7 @@ POSIX regular expression API.")
 
               (sha256
                (base32
-                "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik"))))
+                "1q6lrj9b08l1q39vxipb0fi88x6ybvkr6439h8bjb9r8jd81fsn6"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-08 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 22:29 [PATCH] gnu: Update pcre2 to 10.21 Mckinley Olsen
2016-04-08 11:20 ` Efraim Flashner
2016-04-08 11:33 ` 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).