* Updated to pycrypto to 2.6.

svn path=/nixpkgs/trunk/; revision=34291
This commit is contained in:
Eelco Dolstra 2012-05-30 21:12:04 +00:00
parent 5ca0b381e0
commit eed22970cd

View file

@ -1,14 +1,11 @@
{ stdenv, fetchurl, python, gmp }:
# TODO: Update to version 2.1.0 ASAP. The update works, but as of 2010-07-28
# the download site appears to be down.
stdenv.mkDerivation rec {
name = "pycrypto-2.0.1";
name = "pycrypto-2.6";
src = fetchurl {
url = "http://pypi.python.org/packages/source/p/pycrypto/${name}.tar.gz";
sha256 = "2dff97ae70b6811157b516bf633405d09147ee1e2bfa06b0c657ad2c22de5800";
md5 = "88dad0a270d1fe83a39e0467a66a22bb";
};
buildInputs = [ python gmp ];