mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
9a8adeb1a6
commit
6b7b89db52
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue