guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 144/328: gnu: ghc-patience: Update to 0.3.
Date: Sat, 16 Nov 2019 19:32:55 -0500 (EST)

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

commit 63bbac766f4df2e8edd5071920dce6ac2af5e280
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 59f390d..b25bd6a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7591,7 +7591,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)
@@ -7600,7 +7600,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]