guix-commits
[Top][All Lists]
Advanced

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

104/177: gnu: ghc-texmath: Update to 0.10.1.1.


From: Ricardo Wurmus
Subject: 104/177: gnu: ghc-texmath: Update to 0.10.1.1.
Date: Tue, 13 Feb 2018 07:38:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8b0346f0827d20ac3de87ade9969108f070c2fae
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:02:14 2018 +0100

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3d8f1dc..ce74e49 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4818,14 +4818,14 @@ building up, manipulating and serialising @code{Pandoc} 
structures.")
 (define-public ghc-texmath
   (package
     (name "ghc-texmath")
-    (version "0.8.6.5")
+    (version "0.10.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "texmath/texmath-" version ".tar.gz"))
               (sha256
                (base32
-                "143c8k7dyhwa9blpa8svy23ybx7i4xzb9jnfcimj8iigizbw7y1k"))))
+                "0q2fld5mdcd6j1n3rrg3bjpndbgbn17cwg0xbnvscrpa0s767jaj"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

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