guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: ghc-pandoc-types: Update to 1.16.1.1.


From: Ricardo Wurmus
Subject: 05/10: gnu: ghc-pandoc-types: Update to 1.16.1.1.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit ae87e4fcde75db1767bd8ba807e61a6ef22e1032
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 14:26:53 2016 +0200

    gnu: ghc-pandoc-types: Update to 1.16.1.1.
    
    * gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.16.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 5269845..158bdfc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5116,7 +5116,7 @@ providing an 'rnf' implementation.")
 (define-public ghc-pandoc-types
   (package
     (name "ghc-pandoc-types")
-    (version "1.12.4.7")
+    (version "1.16.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5124,7 +5124,7 @@ providing an 'rnf' implementation.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "108n11kbdaj2ii3cyf0xczhsx90p1gjbxwqp1f0wyn2m3cls632n"))))
+                "094mzgdxva84kcpjf9m8b5n3chm1wm44bzflh5x6xhddz6pb7zpq"))))
     (build-system haskell-build-system)
     (propagated-inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

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