diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2018-08-15 11:32:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-08-16 17:04:12 +0200 |
commit | cdad36c39d42b32cf805b61da88d3177a685e9df (patch) | |
tree | 94b5b6ab037662e3ea34feeaa884e223bc1570d2 | |
parent | 7ad3d4fd4ffe2f0c61c5e7d5927cd22a04af4518 (diff) | |
download | guix-cdad36c39d42b32cf805b61da88d3177a685e9df.tar guix-cdad36c39d42b32cf805b61da88d3177a685e9df.tar.gz |
gnu: ghc-pandoc-types: Update to 1.17.5.1.
* gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.5.1.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1a3820a9d4..b240c94f55 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5107,7 +5107,7 @@ and bytestrings.") (define-public ghc-pandoc-types (package (name "ghc-pandoc-types") - (version "1.17.3.1") + (version "1.17.5.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -5115,7 +5115,7 @@ and bytestrings.") version ".tar.gz")) (sha256 (base32 - "0dhp5bcjl6605n2chiab5rp51zir3671gxkmwy34znh0s3vp85jb")))) + "1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717")))) (build-system haskell-build-system) (arguments `(#:configure-flags (list "--allow-newer=QuickCheck"))) |