guix-commits
[Top][All Lists]
Advanced

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

97/328: gnu: ghc-regex-applicative: Update to 0.3.3.1.


From: guix-commits
Subject: 97/328: gnu: ghc-regex-applicative: Update to 0.3.3.1.
Date: Sat, 16 Nov 2019 19:32:31 -0500 (EST)

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

commit 06e4a8ba2000e744a6f4966ed79fcd6807e6a7ab
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 ccc6cef..caadd0a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8266,7 +8266,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)
@@ -8275,7 +8275,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]