gnu: pcre2: Update to 10.21.
authorMcKinley Olsen <mck.olsen@gmail.com>
Thu, 7 Apr 2016 22:12:24 +0000 (16:12 -0600)
committer宋文武 <iyzsong@gmail.com>
Fri, 8 Apr 2016 11:28:47 +0000 (19:28 +0800)
gnu/packages/pcre.scm (pcre2): Update to 10.21.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
gnu/packages/pcre.scm

index 9794def..9215b38 100644 (file)
@@ -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)