guix-commits
[Top][All Lists]
Advanced

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

27/33: gnu: ghc-glob: Update to 0.9.1.


From: Tobias Geerinckx-Rice
Subject: 27/33: gnu: ghc-glob: Update to 0.9.1.
Date: Tue, 5 Dec 2017 10:38:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c0fc5003f36bc8ee93ef5460f6d13a4a21d12045
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 2 23:10:43 2017 +0100

    gnu: ghc-glob: Update to 0.9.1.
    
    * gnu/packages/haskell.scm (ghc-glob): Update to 0.9.1.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 817acf9..fcba576 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7123,7 +7123,7 @@ Typical applications of Priority Search Queues include:
 (define-public ghc-glob
   (package
     (name "ghc-glob")
-    (version "0.7.14")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
@@ -7132,7 +7132,7 @@ Typical applications of Priority Search Queues include:
                            "Glob-" version ".tar.gz"))
        (sha256
         (base32
-         "0aw43izg8vlvjl40ms6k92w7gxg7n3l6smdvzla47fp82s4vhdr8"))))
+         "0rzmsknl02p332dxmm36fyrz3dpma7bchn0ymyjipxvqil20pjw0"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-dlist" ,ghc-dlist)



reply via email to

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