guix-commits
[Top][All Lists]
Advanced

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

08/151: gnu: ghc-dlist: Update to 0.7.1.2.


From: Paul
Subject: 08/151: gnu: ghc-dlist: Update to 0.7.1.2.
Date: Tue, 20 Oct 2015 15:29:38 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit 9164b8357b52325803ecd4edfd2b467dbe678432
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 14 22:46:34 2015 +0200

    gnu: ghc-dlist: Update to 0.7.1.2.
    
    * gnu/packages/haskell.scm (ghc-dlist): Update to version 0.7.1.2.
---
 gnu/packages/haskell.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d4ed637..c4bc62c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -444,7 +444,7 @@ old @code{time} library.  For new projects, the newer
 (define-public ghc-dlist
   (package
     (name "ghc-dlist")
-    (version "0.7.1.1")
+    (version "0.7.1.2")
     (source
      (origin
        (method url-fetch)
@@ -453,7 +453,7 @@ old @code{time} library.  For new projects, the newer
              version
              ".tar.gz"))
        (sha256
-        (base32 "1zayvxvkan2s2ixajdr3f5rn1gzhprzv6cww4cbpwjhzw0l7zc08"))))
+        (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k"))))
     (arguments `(#:tests? #f))
     (build-system haskell-build-system)
     (home-page "https://github.com/spl/dlist";)



reply via email to

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