summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:32:31 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:30 -0500
commit7fec7e66309b2d7f5d32ea74407465cf9d1e2f3b (patch)
tree9e1c0078278e9ac8751308eb51d1f03ac9b16f72
parentcae58e5659211c6811aa5a14c42db704822665ff (diff)
gnu: ghc-texmath: Update to 0.11.3.
* gnu/packages/haskell-xyz.scm (ghc-texmath): Update to 0.11.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d11e0904c8..30d9098e1f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10262,14 +10262,14 @@ dependency.")
(define-public ghc-texmath
(package
(name "ghc-texmath")
- (version "0.11.0.1")
+ (version "0.11.3")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"texmath/texmath-" version ".tar.gz"))
(sha256
(base32
- "11dc09hfnyfsz20ch2c867w0zdgjkzq41506lm61i3dk87ngdisf"))))
+ "03rpxbp43bjs62mmw4hv4785n6f6nbf8kj2y9mma5nzk6i2xs09f"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)