guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

38/290: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35.


From: guix-commits
Subject: 38/290: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35.
Date: Wed, 6 Nov 2019 08:22:23 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit c62ffc79340f51d8ce0f9c7a2daaba0bd3b62dc8
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:44:58 2019 -0400

    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.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7ab7892..b98ae3e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8311,7 +8311,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/";
@@ -8319,7 +8319,7 @@ this problem.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b"))))
+                "1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-regex-base" ,ghc-regex-base)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]