[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39798] [PATCH 07/13] gnu: ghc-pandoc-types: Update to 1.20.
From: |
Pierre Neidhardt |
Subject: |
[bug#39798] [PATCH 07/13] gnu: ghc-pandoc-types: Update to 1.20. |
Date: |
Wed, 26 Feb 2020 12:45:59 +0100 |
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update to 1.20.
---
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 b6c82322f2..40c8b4293d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8423,7 +8423,7 @@ suitable for inclusion in pandoc YAML metadata.")
(define-public ghc-pandoc-types
(package
(name "ghc-pandoc-types")
- (version "1.17.6.1")
+ (version "1.20")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -8431,7 +8431,7 @@ suitable for inclusion in pandoc YAML metadata.")
version ".tar.gz"))
(sha256
(base32
- "1d6ygq991ddria71l7hg9yd7lq94sjy4m71rdws1v8hq943c4d0q"))))
+ "0wz89ywyhvxz8daw4ia132kg6ynx5y4wva4g899wvq4kyjy1dixa"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)
--
2.25.0
- [bug#39798] [PATCH 01/13] gnu: ghc-hsyaml: Update to 0.2.1.0., (continued)
- [bug#39798] [PATCH 01/13] gnu: ghc-hsyaml: Update to 0.2.1.0., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 02/13] gnu: ghc-doctemplates: Update to 0.8.1., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 03/13] gnu: Add ghc-regex-base-0.94., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 05/13] gnu: ghc-skylighting-core: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 10/13] gnu: Add ghc-optparse-applicative-0.15., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 08/13] gnu: ghc-texmath: Update to 0.12.0.1., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 09/13] gnu: Add ghc-base-compat-0.11., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 12/13] gnu: ghc-pandoc: Update to 2.9.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 13/13] gnu: ghc-pandoc: Rename to pandoc., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 07/13] gnu: ghc-pandoc-types: Update to 1.20.,
Pierre Neidhardt <=
- [bug#39798] [PATCH 11/13] gnu: ghc-haddock-library: Update to 1.8.0., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 00/13] Update Pandoc., Ricardo Wurmus, 2020/02/26