guix-commits
[Top][All Lists]
Advanced

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

68/257: gnu: ghc-hs-bibutils: Update to 6.6.0.0.


From: Ricardo Wurmus
Subject: 68/257: gnu: ghc-hs-bibutils: Update to 6.6.0.0.
Date: Thu, 27 Sep 2018 15:47:01 -0400 (EDT)

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

commit f05e7fa74064f12f2984cdf73cba322f6ca8d607
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:27:11 2018 -0400

    gnu: ghc-hs-bibutils: Update to 6.6.0.0.
    
    * gnu/packages/haskell.scm (ghc-hs-bibutils): Update to 6.6.0.0.
---
 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 44e8960..101fca3 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6543,7 +6543,7 @@ provided for those who need a drop-in replacement for 
Markdown.pl.")
 (define-public ghc-hs-bibutils
   (package
     (name "ghc-hs-bibutils")
-    (version "6.2.0.1")
+    (version "6.6.0.0")
     (source
      (origin
        (method url-fetch)
@@ -6552,7 +6552,7 @@ provided for those who need a drop-in replacement for 
Markdown.pl.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0c56sjgg82kjcg5rrplnyn7vf02ccsj3kkcbgc87zxlv0j880rjb"))))
+         "0n2sz2zl4naspryd49ii858qkjp2lapns5a2gr8zm6vvn5sh1f0l"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-syb" ,ghc-syb)))
     (home-page "https://hackage.haskell.org/package/hs-bibutils";)



reply via email to

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