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:
Timothy Sample 2019-10-31 01:28:06 -04:00
parent bd76b20a33
commit ce684db049
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -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)))