me
/
guix
Archived
1
0
Fork 0

gnu: ghc-mime-types: Update to 0.1.0.8.

* gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.8.
master
Timothy Sample 2018-08-28 22:13:30 -04:00 committed by Ricardo Wurmus
parent 0ceaff6f2f
commit 8d75edc010
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@ Haskell.")
(define-public ghc-mime-types
(package
(name "ghc-mime-types")
(version "0.1.0.7")
(version "0.1.0.8")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -696,7 +696,7 @@ Haskell.")
version ".tar.gz"))
(sha256
(base32
"1fg9cqpp5lswk8ajlq4f41n12c2v2naz179l8dsz6zisjqj4l5l3"))))
"14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)))