gnu: ghc-hslua-module-text: Update to 0.2.1.
* gnu/packages/haskell-xyz.scm (ghc-hslua-module-text): Update to 0.2.1. [arguments]: Remove '#:cabal-revision'.
This commit is contained in:
parent
f9c6af6516
commit
ecaf0b0c86
1 changed files with 2 additions and 5 deletions
|
@ -5038,7 +5038,7 @@ described in @url{https://www.lua.org/}.")
|
||||||
(define-public ghc-hslua-module-text
|
(define-public ghc-hslua-module-text
|
||||||
(package
|
(package
|
||||||
(name "ghc-hslua-module-text")
|
(name "ghc-hslua-module-text")
|
||||||
(version "0.1.2.1")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5047,11 +5047,8 @@ described in @url{https://www.lua.org/}.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bcfpb1dhnxp0gr376ai4w7vczr9zrjl1r3r6w7kcxivfkwq9cxf"))))
|
"1ikdwvvxhbd5wmfr85dzs2ccamh9rbbpgy899z7s1vlv5q1dj0hk"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("1" "0vajlsd7y6pwa08635q0cx8z5c1c55bk7fvavw7g2vmyvxqjzx6n")))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hslua" ,ghc-hslua)))
|
`(("ghc-hslua" ,ghc-hslua)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue