guix-commits
[Top][All Lists]
Advanced

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

51/328: gnu: ghc-hs-bibutils: Update to 6.7.0.0.


From: guix-commits
Subject: 51/328: gnu: ghc-hs-bibutils: Update to 6.7.0.0.
Date: Sat, 16 Nov 2019 19:32:20 -0500 (EST)

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

commit f33d799771afe1c94a10e60cf29340b17455e58b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:54:39 2019 -0400

    gnu: ghc-hs-bibutils: Update to 6.7.0.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-hs-bibutils): Update to 6.7.0.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 13aa3a5..83b34c7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4918,7 +4918,7 @@ are described in a file named @code{package.yaml}.  Both 
@code{cabal2nix} and
 (define-public ghc-hs-bibutils
   (package
     (name "ghc-hs-bibutils")
-    (version "6.6.0.0")
+    (version "6.7.0.0")
     (source
      (origin
        (method url-fetch)
@@ -4927,7 +4927,7 @@ are described in a file named @code{package.yaml}.  Both 
@code{cabal2nix} and
              version ".tar.gz"))
        (sha256
         (base32
-         "0n2sz2zl4naspryd49ii858qkjp2lapns5a2gr8zm6vvn5sh1f0l"))))
+         "1qfyssl76lm4g09yxr3y10kmf8cnzls46g5h0ijk0wpk9wlhbln5"))))
     (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]