From 9be0a34a6fad42a7ac9b723ff1954b5d5df3f8f4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Aug 2014 15:34:19 +0200 Subject: [PATCH] haskell-pandoc-citeproc: update to version 0.4.0.1 --- .../libraries/haskell/pandoc-citeproc/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix index 65c21868144f..e567bd82059b 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix @@ -2,19 +2,19 @@ { cabal, aeson, aesonPretty, attoparsec, filepath, hexpat , hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb -, tagsoup, temporary, texmath, text, time, vector, yaml +, tagsoup, temporary, text, time, vector, yaml }: cabal.mkDerivation (self: { pname = "pandoc-citeproc"; - version = "0.4"; - sha256 = "11syrig4qbc88ddjbb5qc4c9yf5rzq0gyjz42dis8j4gf5hyg4f0"; + version = "0.4.0.1"; + sha256 = "1z21mdxa2hrwqdclriyn3s1qqij3ccbkg7hb0acxrk3pzgidcinx"; isLibrary = true; isExecutable = true; buildDepends = [ aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc - pandocTypes parsec rfc5051 split syb tagsoup temporary texmath text - time vector yaml + pandocTypes parsec rfc5051 split syb tagsoup temporary text time + vector yaml ]; testDepends = [ aeson filepath pandoc pandocTypes temporary text yaml