gnu: ghc-polyparse: Update to 1.12.1.
* gnu/packages/haskell-xyz.scm (ghc-polyparse): Update to 1.12.1.
This commit is contained in:
parent
82478c586a
commit
9822b9ca2a
1 changed files with 2 additions and 2 deletions
|
@ -7716,7 +7716,7 @@ (define-public ghc-persistent-template
|
|||
(define-public ghc-polyparse
|
||||
(package
|
||||
(name "ghc-polyparse")
|
||||
(version "1.12")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7726,7 +7726,7 @@ (define-public ghc-polyparse
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05dya1vdvq29hkhkdlsglzhw7bdn51rvs1javs0q75nf99c66k7m"))))
|
||||
"19fs18g7fvfdkm9zy28cgighjcxfa6mcpqgyp6whmsjkb3h393fx"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page
|
||||
"http://code.haskell.org/~malcolm/polyparse/")
|
||||
|
|
Loading…
Reference in a new issue