gnu: ghc-texmath: Update to 0.11.3.
* gnu/packages/haskell-xyz.scm (ghc-texmath): Update to 0.11.3.
This commit is contained in:
parent
cae58e5659
commit
7fec7e6630
1 changed files with 2 additions and 2 deletions
|
@ -10262,14 +10262,14 @@ dependency.")
|
||||||
(define-public ghc-texmath
|
(define-public ghc-texmath
|
||||||
(package
|
(package
|
||||||
(name "ghc-texmath")
|
(name "ghc-texmath")
|
||||||
(version "0.11.0.1")
|
(version "0.11.3")
|
||||||
(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/"
|
||||||
"texmath/texmath-" version ".tar.gz"))
|
"texmath/texmath-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11dc09hfnyfsz20ch2c867w0zdgjkzq41506lm61i3dk87ngdisf"))))
|
"03rpxbp43bjs62mmw4hv4785n6f6nbf8kj2y9mma5nzk6i2xs09f"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-syb" ,ghc-syb)
|
`(("ghc-syb" ,ghc-syb)
|
||||||
|
|
Reference in a new issue