gnu: ghc-nats: Update to 1.1.1.
* gnu/packages/haskell.scm (ghc-nats): Update to 1.1.1.
This commit is contained in:
parent
a6d1c4e75a
commit
0798fddfd0
|
@ -4024,7 +4024,7 @@ Compatibility package for older packages.")
|
||||||
(define-public ghc-nats
|
(define-public ghc-nats
|
||||||
(package
|
(package
|
||||||
(name "ghc-nats")
|
(name "ghc-nats")
|
||||||
(version "1")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4034,7 +4034,7 @@ Compatibility package for older packages.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r6s8l4s0yq3x2crrkv0b8zac13magfasr9v8hnq6rn1icsfhic0"))))
|
"1kfl2yy97nb7q0j17v96rl73xvi3z4db9bk0xychc76dax41n78k"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:haddock? #f))
|
(arguments `(#:haddock? #f))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue