mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: ghc-tagsoup: Update to 0.14.6.
* gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6.
This commit is contained in:
parent
c2c8d998fb
commit
545de2a28c
1 changed files with 4 additions and 6 deletions
|
@ -36,17 +36,15 @@
|
||||||
(define-public ghc-tagsoup
|
(define-public ghc-tagsoup
|
||||||
(package
|
(package
|
||||||
(name "ghc-tagsoup")
|
(name "ghc-tagsoup")
|
||||||
(version "0.14.3")
|
(version "0.14.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/tagsoup/"
|
||||||
"https://hackage.haskell.org/package/tagsoup/tagsoup-"
|
"tagsoup-" version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9"))))
|
"1yv3dbyb0i1yqm796jgc4jj5kxkla1sxb3b2klw5ks182kdx8kjb"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-text" ,ghc-text)))
|
(inputs `(("ghc-text" ,ghc-text)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue