dependencies: bumped hupper to 1.1

This commit is contained in:
Marcin Kuzminski 2018-04-24 14:24:11 +02:00
parent 7fa9ff0ebd
commit de85f201c9

View file

@ -588,13 +588,13 @@
};
};
hupper = super.buildPythonPackage {
name = "hupper-1.0";
name = "hupper-1.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/2e/07/df892c564dc09bb3cf6f6deb976c26adf9117db75ba218cb4353dbc9d826/hupper-1.0.tar.gz";
md5 = "26e77da7d5ac5858f59af050d1a6eb5a";
url = "https://files.pythonhosted.org/packages/21/0d/b7832396df00564836b204ac23aadd6ff177d1c0e68ce40e5ccaccc1dd86/hupper-1.1.tar.gz";
sha256 = "e18037fa43fb4af7c00bd262ca6f5d7bcd22debd5d71e43b0fb1437f56e78035";
};
meta = {
license = [ pkgs.lib.licenses.mit ];