From 9f70b8e6784ff4a6311f5f19a97d8efbbcbe93c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 Oct 2013 20:00:57 +0200 Subject: [PATCH] haskell-pandoc-types: update to version 1.12.2.2 --- pkgs/development/libraries/haskell/pandoc-types/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/pandoc-types/default.nix b/pkgs/development/libraries/haskell/pandoc-types/default.nix index 5a0dc119483..686c07949be 100644 --- a/pkgs/development/libraries/haskell/pandoc-types/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-types/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "pandoc-types"; - version = "1.12.1.2"; - sha256 = "02x1s8m9zzlgj8asr4y247944pg3p8ccnh819rhs2g09qqiq4ylc"; + version = "1.12.2.2"; + sha256 = "1ax92rxynrp42032d0i4wnv700cszm6qsvna8f9hqcfxvc2cbp36"; buildDepends = [ aeson syb ]; meta = { homepage = "http://johnmacfarlane.net/pandoc";