diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-25 14:28:40 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-11-02 09:32:53 +0100 |
commit | 26ab2aacabaa9571cdef1a97cd7d805ed09a6fec (patch) | |
tree | cca5988405e7eab5c602c7a619d062aa93cf581b | |
parent | 311f4be462d9eb1c6c82103e0e00119414edd7b1 (diff) | |
download | guix-26ab2aacabaa9571cdef1a97cd7d805ed09a6fec.tar.gz |
gnu: ghc-tree-diff: Update to 0.2.1.
* gnu/packages/haskell-xyz.scm (ghc-tree-diff): Update to 0.2.1.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 232783b8c7..d485fd56e0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -13877,7 +13877,7 @@ but also need those types.") (define-public ghc-tree-diff (package (name "ghc-tree-diff") - (version "0.2") + (version "0.2.1") (source (origin (method url-fetch) @@ -13887,7 +13887,7 @@ but also need those types.") ".tar.gz")) (sha256 (base32 - "1ny7mi0n8cyb65q9ihbnm2gxiyya888dw2c4y0hjy8k882wdhf0x")))) + "0bybi4qp7nj9117yza5qqgw2f7s6rk3i7q642jqd7sdn3bx5cnap")))) (build-system haskell-build-system) (arguments `(#:cabal-revision |