mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python33Packages.pycrypto: update from 2.6 to 2.6.1, potentially fixes CVE-2013-1445
(cherry picked from commit e3f69c5dcc)
This commit is contained in:
committed by
Eelco Dolstra
parent
b577f6eef6
commit
104f0fc28a
@@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, python, buildPythonPackage, gmp }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "pycrypto-2.6";
|
||||
name = "pycrypto-2.6.1";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pycrypto/${name}.tar.gz";
|
||||
md5 = "88dad0a270d1fe83a39e0467a66a22bb";
|
||||
sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
|
||||
};
|
||||
|
||||
buildInputs = [ python gmp ];
|
||||
|
||||
Reference in New Issue
Block a user