guix-commits
[Top][All Lists]
Advanced

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

128/290: gnu: ghc-regex: Update to 1.0.2.0.


From: guix-commits
Subject: 128/290: gnu: ghc-regex: Update to 1.0.2.0.
Date: Wed, 6 Nov 2019 08:22:44 -0500 (EST)

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

commit a6216f7dbd368f2db51ffbe4592cfe909cde3ccf
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:30:03 2019 -0400

    gnu: ghc-regex: Update to 1.0.2.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-regex): Update to 1.0.2.0.
---
 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 a3ae839..09260ef 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8189,7 +8189,7 @@ configurations to coexist without resorting to mutable 
global variables or
 (define-public ghc-regex
   (package
     (name "ghc-regex")
-    (version "1.0.1.3")
+    (version "1.0.2.0")
     (source
      (origin
        (method url-fetch)
@@ -8197,7 +8197,7 @@ configurations to coexist without resorting to mutable 
global variables or
                            "regex-" version ".tar.gz"))
        (sha256
         (base32
-         "1sjkpkgv4phy5b5v2lr89x4vx4dh44pj0sbvlsp6n86w9v6v4jwb"))))
+         "1f2z025hif1fr24b5khq3qxxyvpxrnhyx8xmbms332arw28rpkda"))))
     (build-system haskell-build-system)
     (arguments
      `(#:phases



reply via email to

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