guix-commits
[Top][All Lists]
Advanced

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

35/45: gnu: ghc-tree-diff: Update to 0.2.1.


From: guix-commits
Subject: 35/45: gnu: ghc-tree-diff: Update to 0.2.1.
Date: Tue, 2 Nov 2021 05:07:57 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 26ab2aacabaa9571cdef1a97cd7d805ed09a6fec
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:40 2021 +0200

    gnu: ghc-tree-diff: Update to 0.2.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-tree-diff): Update to 0.2.1.
---
 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 232783b..d485fd5 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



reply via email to

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