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

* gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.9.
This commit is contained in:
Timothy Sample 2019-10-31 01:18:46 -04:00
parent 9a8adeb1a6
commit 6b7b89db52
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -699,7 +699,7 @@ (define-public ghc-css-text
(define-public ghc-mime-types
(package
(name "ghc-mime-types")
(version "0.1.0.8")
(version "0.1.0.9")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -707,7 +707,7 @@ (define-public ghc-mime-types
version ".tar.gz"))
(sha256
(base32
"14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
"1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"))))
(build-system haskell-build-system)
(home-page "https://github.com/yesodweb/wai")
(synopsis "Basic MIME type handling types and functions")