summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-02-26 12:45:59 +0100
committerGuix Patches Tester <>2020-02-26 11:52:13 +0000
commit193f22fa583661d1323941b6fe70a5ace6a7d0ab (patch)
tree0c3aeb860b82e5f31e6b74577836164cff735eaa
parent8a13268ccccf0d4fbcfd4e0ca8b5a62670553f55 (diff)
downloadpatches-193f22fa583661d1323941b6fe70a5ace6a7d0ab.tar
patches-193f22fa583661d1323941b6fe70a5ace6a7d0ab.tar.gz
gnu: ghc-pandoc-types: Update to 1.20.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update to 1.20.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 08a142b5a8..8e0608193a 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)