me
/
guix
Archived
1
0
Fork 0

gnu: ghc-tldr: Update to 0.4.0.2.

* gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.4.0.2.
master
Timothy Sample 2019-10-31 12:56:26 -04:00
parent e9f64fa00b
commit 871ceb317b
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -10606,7 +10606,7 @@ used CPU time of monadic computation with an IO base.")
(define-public ghc-tldr (define-public ghc-tldr
(package (package
(name "ghc-tldr") (name "ghc-tldr")
(version "0.4.0.1") (version "0.4.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10616,7 +10616,7 @@ used CPU time of monadic computation with an IO base.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0nc581y9jjzwd8l88g48c72mla7k6q1w102akl7gl5jsk9ljamd3")))) "1zy9yyg7bxiyz1prkvrscggsb9p0f8y0nqxxxzlgzvnh2nmqf8f2"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-cmark" ,ghc-cmark) `(("ghc-cmark" ,ghc-cmark)