mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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:
parent
f50c716ac2
commit
0c4d86ccdf
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue