mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-mime-types: Update to 0.1.0.8.
* gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.8.
This commit is contained in:
parent
0ceaff6f2f
commit
8d75edc010
1 changed files with 2 additions and 2 deletions
|
@ -688,7 +688,7 @@ Haskell.")
|
||||||
(define-public ghc-mime-types
|
(define-public ghc-mime-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-mime-types")
|
(name "ghc-mime-types")
|
||||||
(version "0.1.0.7")
|
(version "0.1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -696,7 +696,7 @@ Haskell.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fg9cqpp5lswk8ajlq4f41n12c2v2naz179l8dsz6zisjqj4l5l3"))))
|
"14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-text" ,ghc-text)))
|
`(("ghc-text" ,ghc-text)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue