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

* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin): Update to 0.95.2.3.8.44.
This commit is contained in:
Lars-Dominik Braun 2021-10-25 14:28:39 +02:00
parent f50c716ac2
commit 0c4d86ccdf
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -11021,7 +11021,7 @@ (define-public ghc-regex-pcre
(define-public ghc-regex-pcre-builtin (define-public ghc-regex-pcre-builtin
(package (package
(name "ghc-regex-pcre-builtin") (name "ghc-regex-pcre-builtin")
(version "0.95.2.3.8.43") (version "0.95.2.3.8.44")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
@ -11029,7 +11029,7 @@ (define-public ghc-regex-pcre-builtin
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02c6vzxcy1zkqwy6w4dsc97xvvdwlh8xr7imrlx2qs2521rvswr7")))) "0pn55ssrwr05c9sa9jvp0knvzjksz04wn3pmzf5dz4xgbyjadkna"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-regex-base" ,ghc-regex-base))) `(("ghc-regex-base" ,ghc-regex-base)))