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

* gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.7.
master
Ricardo Wurmus 2018-02-13 00:06:05 +01:00
parent ecbb9b4129
commit 4815c5978c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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