guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

182/249: gnu: ghc-texmath: Update to 0.11.3.


From: guix-commits
Subject: 182/249: gnu: ghc-texmath: Update to 0.11.3.
Date: Thu, 31 Oct 2019 23:49:59 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit fad0db6091db29f0efd76b2fec083e62929877f4
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:32:31 2019 -0400

    gnu: ghc-texmath: Update to 0.11.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-texmath): Update to 0.11.3.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b59493a..eb963c3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10099,14 +10099,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]