mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-regex-tdfa: Update to 1.2.3.2.
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa): Update to 1.2.3.2.
This commit is contained in:
parent
bd76b20a33
commit
ce684db049
1 changed files with 2 additions and 2 deletions
|
@ -8390,7 +8390,7 @@ (define-public ghc-regex-posix
|
|||
(define-public ghc-regex-tdfa
|
||||
(package
|
||||
(name "ghc-regex-tdfa")
|
||||
(version "1.2.3.1")
|
||||
(version "1.2.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8399,7 +8399,7 @@ (define-public ghc-regex-tdfa
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l7ajnh4hpgggf2a1r9dg0hx2fy679vd2kada5y7r02hy3nfxala"))))
|
||||
"03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-regex-base" ,ghc-regex-base)))
|
||||
|
|
Loading…
Reference in a new issue