1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

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 @@ files/directories, and more.")
(define-public ghc-patience (define-public ghc-patience
(package (package
(name "ghc-patience") (name "ghc-patience")
(version "0.1.1") (version "0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7600,7 +7600,7 @@ files/directories, and more.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qyv20gqy9pb1acy700ahv70lc6vprcwb26cc7fcpcs4scsc7irm")))) "1i1b37lgi31c17yrjyf8pdm4nf5lq8vw90z3rri78hf0k66d0p3i"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/patience") (home-page "https://hackage.haskell.org/package/patience")
(synopsis "Patience diff and longest increasing subsequence") (synopsis "Patience diff and longest increasing subsequence")