From 45e9e5e66bb378bfc45241a80ac0bcfe06dd267b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Sep 2011 16:08:57 +0000 Subject: [PATCH] haskell-cryptohash: updated to version 0.7.3 svn path=/nixpkgs/trunk/; revision=29458 --- pkgs/development/libraries/haskell/cryptohash/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix index 5e1214e15ac7..132a46be09e7 100644 --- a/pkgs/development/libraries/haskell/cryptohash/default.nix +++ b/pkgs/development/libraries/haskell/cryptohash/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "cryptohash"; - version = "0.7.2"; - sha256 = "1c23cgkp9y18yrahjn7nz5z2y3xdn16mrgpczidd6jwhp6f2zd42"; + version = "0.7.3"; + sha256 = "1wjmf7ll9jady6p79066b5ib70ywvbgnbc71s76pibkg5hsvclgj"; isLibrary = true; isExecutable = true; buildDepends = [ cereal cryptoApi tagged ];