mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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 @@ (define-public ghc-chasingbottoms
|
|||
(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 @@ (define-public ghc-cheapskate
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
|
||||
"0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-blaze-html" ,ghc-blaze-html)
|
||||
|
|
Loading…
Reference in a new issue