gnu: ghc-patience: Update to 0.3.

* gnu/packages/haskell-xyz.scm (ghc-patience): Update to 0.3.
This commit is contained in:
Timothy Sample 2019-11-03 21:08:10 -05:00
parent 72fb84a5d0
commit 484476f38d
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7591,7 +7591,7 @@ (define-public ghc-paths
(define-public ghc-patience
(package
(name "ghc-patience")
(version "0.1.1")
(version "0.3")
(source
(origin
(method url-fetch)
@ -7600,7 +7600,7 @@ (define-public ghc-patience
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")