dependencies: bumped pycurl to 7.43.0.3

This commit is contained in:
Marcin Kuzminski 2019-09-30 11:39:55 +02:00
parent a17adaa9f2
commit 81e1ecf4db
2 changed files with 4 additions and 4 deletions

View file

@ -1337,11 +1337,11 @@ self: super: {
};
};
"pycurl" = super.buildPythonPackage {
name = "pycurl-7.43.0.2";
name = "pycurl-7.43.0.3";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz";
sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g";
url = "https://files.pythonhosted.org/packages/ac/b3/0f3979633b7890bab6098d84c84467030b807a1e2b31f5d30103af5a71ca/pycurl-7.43.0.3.tar.gz";
sha256 = "13nsvqhvnmnvfk75s8iynqsgszyv06cjp4drd3psi7zpbh63623g";
};
meta = {
license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];

View file

@ -39,7 +39,7 @@ pastescript==3.1.0
peppercorn==0.6
psutil==5.6.3
py-bcrypt==0.4
pycurl==7.43.0.2
pycurl==7.43.0.3
pycrypto==2.6.1
pygments==2.4.2
pyparsing==2.3.0