pkgs/development/python-modules/pycrypto: downgrade to 2.0.1
The download sites for 2.1.0 all appear to be offline. svn path=/nixpkgs/trunk/; revision=22793
This commit is contained in:
parent
93ff8697d1
commit
12943b6a3e
@ -1,11 +1,14 @@
|
|||||||
{ stdenv, fetchurl, python, gmp }:
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "pycrypto-2.1.0";
|
name = "pycrypto-2.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.pycrypto.org/files/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/p/pycrypto/${name}.tar.gz";
|
||||||
sha256 = "18nq49l8wplg54hz9h26n61rq49vjzmy5xzlkm1g0j82x8i1qgi5";
|
sha256 = "2dff97ae70b6811157b516bf633405d09147ee1e2bfa06b0c657ad2c22de5800";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python gmp ];
|
buildInputs = [ python gmp ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user