dependencies: bumped ecdsa==0.13.2

This commit is contained in:
Marcin Kuzminski 2019-06-28 11:47:16 +02:00
parent b94325bf80
commit 2c6931d219
2 changed files with 4 additions and 4 deletions

View file

@ -442,11 +442,11 @@ self: super: {
};
};
"ecdsa" = super.buildPythonPackage {
name = "ecdsa-0.13";
name = "ecdsa-0.13.2";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
url = "https://files.pythonhosted.org/packages/51/76/139bf6e9b7b6684d5891212cdbd9e0739f2bfc03f380a1a6ffa700f392ac/ecdsa-0.13.2.tar.gz";
sha256 = "116qaq7bh4lcynzi613960jhsnn19v0kmsqwahiwjfj14gx4y0sw";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -5,7 +5,7 @@ attrs==18.2.0
billiard==3.5.0.3
chameleon==2.24
cffi==1.12.2
ecdsa==0.13
ecdsa==0.13.2
hupper==1.6.1
gnureadline==6.3.8
jinja2==2.9.6