guix-commits
[Top][All Lists]
Advanced

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

92/249: gnu: ghc-regex-applicative: Update to 0.3.3.1.


From: guix-commits
Subject: 92/249: gnu: ghc-regex-applicative: Update to 0.3.3.1.
Date: Thu, 31 Oct 2019 23:49:37 -0400 (EDT)

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

commit e477405fa2c8d55b149490e54ef954153a4c02f4
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:17:31 2019 -0400

    gnu: ghc-regex-applicative: Update to 0.3.3.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-regex-applicative): Update to 0.3.3.1.
---
 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 31a5dd6..49f58bf 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8208,7 +8208,7 @@ copious examples.")
 (define-public ghc-regex-applicative
   (package
     (name "ghc-regex-applicative")
-    (version "0.3.3")
+    (version "0.3.3.1")
     (source
      (origin
        (method url-fetch)
@@ -8217,7 +8217,7 @@ copious examples.")
              "regex-applicative-" version ".tar.gz"))
        (sha256
         (base32
-         "1riv7jqf26lbv4rm54sd6mrx8xdh4dvh4xbzymzdfdw13k6a4nb6"))))
+         "0p0anx5vamrhrdvviwkh2zn6pa3pv2bjb7nfyc7dvz2q7g14y1lg"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-smallcheck" ,ghc-smallcheck)



reply via email to

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