aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-03 21:08:10 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:20 -0500
commit484476f38d5614e07c441f58a7da8b31d6b8a7db (patch)
treeb55c6d384fe8cf629a643c6d59497eeae3bb8254
parent72fb84a5d06ee646aef4ca7f573e5298141e6e27 (diff)
downloadpatches-484476f38d5614e07c441f58a7da8b31d6b8a7db.tar
patches-484476f38d5614e07c441f58a7da8b31d6b8a7db.tar.gz
gnu: ghc-patience: Update to 0.3.
* gnu/packages/haskell-xyz.scm (ghc-patience): Update to 0.3.
-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 59f390dc8a..b25bd6a397 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")