guix-commits
[Top][All Lists]
Advanced

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

191/329: gnu: ghc-pandoc-types: Update to 1.17.6.1.


From: guix-commits
Subject: 191/329: gnu: ghc-pandoc-types: Update to 1.17.6.1.
Date: Wed, 20 Nov 2019 21:17:57 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 0eaa88c8ac8536f600a101fdd5187e18afd81328
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:14:24 2019 -0400

    gnu: ghc-pandoc-types: Update to 1.17.6.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update to 1.17.6.1.
---
 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 977437d..ad8f498 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7359,7 +7359,7 @@ suitable for inclusion in pandoc YAML metadata.")
 (define-public ghc-pandoc-types
   (package
     (name "ghc-pandoc-types")
-    (version "1.17.5.1")
+    (version "1.17.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -7367,7 +7367,7 @@ suitable for inclusion in pandoc YAML metadata.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717"))))
+                "1d6ygq991ddria71l7hg9yd7lq94sjy4m71rdws1v8hq943c4d0q"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-syb" ,ghc-syb)



reply via email to

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