summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:54:39 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:03 -0500
commitebcb4f23f669be8b6a39636c1e7b703f85659b48 (patch)
treeed200777b8d88113455590014de780030eccd731 /gnu
parent6eeee6ea25ce76ef607703906baf9f3fdea985d9 (diff)
downloadguix-ebcb4f23f669be8b6a39636c1e7b703f85659b48.tar.gz
gnu: ghc-hs-bibutils: Update to 6.7.0.0.
* gnu/packages/haskell-xyz.scm (ghc-hs-bibutils): Update to 6.7.0.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 13aa3a5959..83b34c7a35 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")