guix-commits
[Top][All Lists]
Advanced

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

49/53: gnu: ghc-texmath: Update to 0.11.0.1.


From: Ricardo Wurmus
Subject: 49/53: gnu: ghc-texmath: Update to 0.11.0.1.
Date: Thu, 16 Aug 2018 11:05:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cfac79ba6b62bd2571f5db6493b2ed58f323f4d6
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 12:35:31 2018 +0200

    gnu: ghc-texmath: Update to 0.11.0.1.
    
    * gnu/packages/haskell.scm (ghc-texmath): Update to 0.11.0.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 e8b716e..0ae9799 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5248,14 +5248,14 @@ building up, manipulating and serialising @code{Pandoc} 
structures.")
 (define-public ghc-texmath
   (package
     (name "ghc-texmath")
-    (version "0.10.1.1")
+    (version "0.11.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "texmath/texmath-" version ".tar.gz"))
               (sha256
                (base32
-                "0q2fld5mdcd6j1n3rrg3bjpndbgbn17cwg0xbnvscrpa0s767jaj"))))
+                "11dc09hfnyfsz20ch2c867w0zdgjkzq41506lm61i3dk87ngdisf"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

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