summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-26 13:06:42 +0000
committerPeter Simons <simons@cryp.to>2011-11-26 13:06:42 +0000
commit499b2c47d9f419f01e1bf9e9faf50942c8d03a5c (patch)
treed46b16a4514c85d0b530dc04981ff71d08d299d8
parent88a8730beb1315297f96b816239524185839c2b2 (diff)
downloadnixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar.gz
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar.bz2
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar.lz
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar.xz
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.tar.zst
nixlib-499b2c47d9f419f01e1bf9e9faf50942c8d03a5c.zip
haskell-hakyll: updated to version 3.2.3.0
svn path=/nixpkgs/trunk/; revision=30573
-rw-r--r--pkgs/development/libraries/haskell/hakyll/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix
index 2fcb709f2072..9fc4246442b9 100644
--- a/pkgs/development/libraries/haskell/hakyll/default.nix
+++ b/pkgs/development/libraries/haskell/hakyll/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "3.2.2.0";
-  sha256 = "0z7q99j3zqhck085s99sbj1qksra3rsmwimf44j49b59nqrn50va";
+  version = "3.2.3.0";
+  sha256 = "15s66sr6y7k01yy01411r38hg1vyyv7yqaj8s44n5qzl0yln9gq8";
   buildDepends = [
     binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec
     regexBase regexPcre snapCore snapServer tagsoup time