From 07c05982aa38d59ed2395b47075b0f66735d1deb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 11 Jan 2014 12:08:26 +0100 Subject: [PATCH] haskell-pandoc-citeproc: update to version 0.3.0.1 --- .../libraries/haskell/pandoc-citeproc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix index bbfd6430d4f2..62044cc9f5f6 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "pandoc-citeproc"; - version = "0.2"; - sha256 = "0ghdkzml2rcvjf1wlpsa6ih117x56qlb3ajpbwnpwm3y4wm0jm2d"; + version = "0.3.0.1"; + sha256 = "1w8ljf0mc5a3bqv0hymg2daafkrlzdzar23l4yqakjr21n75nvlx"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -16,7 +16,7 @@ cabal.mkDerivation (self: { temporary texmath text time vector yaml ]; testDepends = [ - aeson aesonPretty filepath pandoc pandocTypes temporary text yaml + aeson filepath pandoc pandocTypes temporary text yaml ]; doCheck = false; meta = {