summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:44:58 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:00 -0500
commitee946143ebbe8164185172d42a1fcb56ae2b5275 (patch)
tree57f274b2e0cc6d41b7858ee1dba4d57b9b8633f3 /gnu
parentf0f3756aeac46fe340f0036c7dea63ab0c60ddbc (diff)
downloadguix-ee946143ebbe8164185172d42a1fcb56ae2b5275.tar.gz
gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35.
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin): Update to
0.94.5.8.8.35.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d4f47a0034..8f54a465cc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8349,7 +8349,7 @@ this problem.")
 (define-public ghc-regex-pcre-builtin
   (package
     (name "ghc-regex-pcre-builtin")
-    (version "0.94.4.8.8.35")
+    (version "0.94.5.8.8.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/"
@@ -8357,7 +8357,7 @@ this problem.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b"))))
+                "1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-regex-base" ,ghc-regex-base)))