guix-commits
[Top][All Lists]
Advanced

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

82/329: gnu: ghc-glob: Update to 0.10.0.


From: guix-commits
Subject: 82/329: gnu: ghc-glob: Update to 0.10.0.
Date: Wed, 20 Nov 2019 21:17:14 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit b900f4860ebdd607361d34c6dbc0124d6600ae66
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:13:35 2019 -0400

    gnu: ghc-glob: Update to 0.10.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-glob): Update to 0.10.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 3c51f4c..fa58513 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3898,7 +3898,7 @@ info for more informative bug reports.")
 (define-public ghc-glob
   (package
     (name "ghc-glob")
-    (version "0.9.2")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
@@ -3907,7 +3907,7 @@ info for more informative bug reports.")
                            "Glob-" version ".tar.gz"))
        (sha256
         (base32
-         "1rbwcq9w9951qsnp13vqcm9r01yax2yh1wk8s4zxa3ckk9717iwg"))))
+         "0953f91f62ncna402vsrfzdcyxhdpjna3bgdw017kad0dfymacs7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-dlist" ,ghc-dlist)



reply via email to

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