gnu: ghc-cheapskate: Update to 0.1.1.1.
* gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
This commit is contained in:
parent
b40a436e6a
commit
5e18bb9e93
1 changed files with 2 additions and 2 deletions
|
@ -1539,7 +1539,7 @@ Partial and Infinite Values\"}.")
|
||||||
(define-public ghc-cheapskate
|
(define-public ghc-cheapskate
|
||||||
(package
|
(package
|
||||||
(name "ghc-cheapskate")
|
(name "ghc-cheapskate")
|
||||||
(version "0.1.1")
|
(version "0.1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1549,7 +1549,7 @@ Partial and Infinite Values\"}.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
|
"0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-blaze-html" ,ghc-blaze-html)
|
`(("ghc-blaze-html" ,ghc-blaze-html)
|
||||||
|
|
Reference in a new issue