mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: ghc-regex-applicative: Update to 0.3.3.1.
* gnu/packages/haskell-xyz.scm (ghc-regex-applicative): Update to 0.3.3.1.
This commit is contained in:
parent
b542650c55
commit
30f60e420d
1 changed files with 2 additions and 2 deletions
|
@ -8266,7 +8266,7 @@ (define-public ghc-regex
|
|||
(define-public ghc-regex-applicative
|
||||
(package
|
||||
(name "ghc-regex-applicative")
|
||||
(version "0.3.3")
|
||||
(version "0.3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8275,7 +8275,7 @@ (define-public ghc-regex-applicative
|
|||
"regex-applicative-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1riv7jqf26lbv4rm54sd6mrx8xdh4dvh4xbzymzdfdw13k6a4nb6"))))
|
||||
"0p0anx5vamrhrdvviwkh2zn6pa3pv2bjb7nfyc7dvz2q7g14y1lg"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-smallcheck" ,ghc-smallcheck)
|
||||
|
|
Loading…
Reference in a new issue