all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mckinley Olsen <mck.olsen@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Update pcre2 to 10.21
Date: Thu, 7 Apr 2016 16:29:54 -0600	[thread overview]
Message-ID: <CAM5ENzD7AAsGRGDAUKFOM2UF9+oHT0kmFXmNfWr2OiaHbOmPdg@mail.gmail.com> (raw)


[-- 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


             reply	other threads:[~2016-04-07 22:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-07 22:29 Mckinley Olsen [this message]
2016-04-08 11:20 ` [PATCH] gnu: Update pcre2 to 10.21 Efraim Flashner
2016-04-08 11:33 ` 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAM5ENzD7AAsGRGDAUKFOM2UF9+oHT0kmFXmNfWr2OiaHbOmPdg@mail.gmail.com \
    --to=mck.olsen@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.