dependencies: bumped hupper to 1.6.1

This commit is contained in:
Marcin Kuzminski 2019-03-26 14:44:30 +01:00
parent 7974e89b12
commit f4c60b70bb
2 changed files with 4 additions and 4 deletions

View file

@ -666,11 +666,11 @@ self: super: {
};
};
"hupper" = super.buildPythonPackage {
name = "hupper-1.6";
name = "hupper-1.6.1";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/a4/f7/595756fdfdf896d2c46ae6dc25b1bc97645d0fbf2d6ca547b5b55728eaf3/hupper-1.6.tar.gz";
sha256 = "0p30l0pk63js0c0hl57c0dvffmawkwhh4yjmfaqyzgwdpdb0g3fc";
url = "https://files.pythonhosted.org/packages/85/d9/e005d357b11249c5d70ddf5b7adab2e4c0da4e8b0531ff146917a04fe6c0/hupper-1.6.1.tar.gz";
sha256 = "0d3cvkc8ssgwk54wvhbifj56ry97qi10pfzwfk8vwzzcikbfp3zy";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -6,7 +6,7 @@ billiard==3.5.0.3
chameleon==2.24
cffi==1.12.2
ecdsa==0.13
hupper==1.6
hupper==1.6.1
gnureadline==6.3.8
jinja2==2.9.6
jsonschema==2.6.0