mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -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
|
||||
(package
|
||||
(name "ghc-regex-pcre-builtin")
|
||||
(version "0.95.2.3.8.43")
|
||||
(version "0.95.2.3.8.44")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
|
@ -11029,7 +11029,7 @@ (define-public ghc-regex-pcre-builtin
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02c6vzxcy1zkqwy6w4dsc97xvvdwlh8xr7imrlx2qs2521rvswr7"))))
|
||||
"0pn55ssrwr05c9sa9jvp0knvzjksz04wn3pmzf5dz4xgbyjadkna"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-regex-base" ,ghc-regex-base)))
|
||||
|
|
Loading…
Reference in a new issue