me
/
guix
Archived
1
0
Fork 0

gnu: ghc-cheapskate: Update to 0.1.1.1.

* gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
master
Timothy Sample 2019-10-31 13:17:44 -04:00
parent b40a436e6a
commit 5e18bb9e93
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -1539,7 +1539,7 @@ Partial and Infinite Values\"}.")
(define-public ghc-cheapskate
(package
(name "ghc-cheapskate")
(version "0.1.1")
(version "0.1.1.1")
(source
(origin
(method url-fetch)
@ -1549,7 +1549,7 @@ Partial and Infinite Values\"}.")
".tar.gz"))
(sha256
(base32
"1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
"0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-html" ,ghc-blaze-html)