guix-commits
[Top][All Lists]
Advanced

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

144/290: gnu: ghc-patience: Update to 0.3.


From: guix-commits
Subject: 144/290: gnu: ghc-patience: Update to 0.3.
Date: Wed, 6 Nov 2019 08:22:50 -0500 (EST)

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

commit 574eadca5617f2fe14dcd9490521519d90266c97
Author: Timothy Sample <address@hidden>
Date:   Sun Nov 3 21:08:10 2019 -0500

    gnu: ghc-patience: Update to 0.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-patience): Update to 0.3.
---
 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 58d8422..60b3a4c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7571,7 +7571,7 @@ files/directories, and more.")
 (define-public ghc-patience
   (package
     (name "ghc-patience")
-    (version "0.1.1")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
@@ -7580,7 +7580,7 @@ files/directories, and more.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0qyv20gqy9pb1acy700ahv70lc6vprcwb26cc7fcpcs4scsc7irm"))))
+         "1i1b37lgi31c17yrjyf8pdm4nf5lq8vw90z3rri78hf0k66d0p3i"))))
     (build-system haskell-build-system)
     (home-page "https://hackage.haskell.org/package/patience";)
     (synopsis "Patience diff and longest increasing subsequence")



reply via email to

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