me
/
guix
Archived
1
0
Fork 0

gnu: ghc-regex-tdfa: Update to 1.2.3.2.

* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa): Update to 1.2.3.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8390,7 +8390,7 @@ Haskell library @code{regex-base}.")
(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 @@ Haskell library @code{regex-base}.")
version ".tar.gz"))
(sha256
(base32
"0l7ajnh4hpgggf2a1r9dg0hx2fy679vd2kada5y7r02hy3nfxala"))))
"03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf"))))
(build-system haskell-build-system)
(inputs
`(("ghc-regex-base" ,ghc-regex-base)))