guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: ghc-texmath: Update to 0.8.6.5.


From: Ricardo Wurmus
Subject: 08/10: gnu: ghc-texmath: Update to 0.8.6.5.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 5a502d9abd549cf06a37c0a00a5200c6cd05269e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 14:28:18 2016 +0200

    gnu: ghc-texmath: Update to 0.8.6.5.
    
    * gnu/packages/haskell.scm (ghc-texmath): Update to 0.8.6.5.
---
 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 630c54b..0a62698 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5141,14 +5141,14 @@ building up, manipulating and serialising @code{Pandoc} 
structures.")
 (define-public ghc-texmath
   (package
     (name "ghc-texmath")
-    (version "0.8.4")
+    (version "0.8.6.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "texmath/texmath-" version ".tar.gz"))
               (sha256
                (base32
-                "15821jg64fbr4rwaglp5ksah6q8qqz1vkjxlqp6d3bbb1rj8v2ri"))))
+                "143c8k7dyhwa9blpa8svy23ybx7i4xzb9jnfcimj8iigizbw7y1k"))))
     (build-system haskell-build-system)
     (propagated-inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

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