me
/
guix
Archived
1
0
Fork 0

gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35.

* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin): Update to
0.94.5.8.8.35.
master
Timothy Sample 2019-10-31 09:44:58 -04:00
parent f0f3756aea
commit ee946143eb
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -8349,7 +8349,7 @@ this problem.")
(define-public ghc-regex-pcre-builtin
(package
(name "ghc-regex-pcre-builtin")
(version "0.94.4.8.8.35")
(version "0.94.5.8.8.35")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -8357,7 +8357,7 @@ this problem.")
version ".tar.gz"))
(sha256
(base32
"0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b"))))
"1s755qdg1mxrf125sh83bsc5kjkrj8fkq8wf6dg1jan86c7p7gl4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-regex-base" ,ghc-regex-base)))