mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-patience: Update to 0.3.
* gnu/packages/haskell-xyz.scm (ghc-patience): Update to 0.3.
This commit is contained in:
parent
72fb84a5d0
commit
484476f38d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue