python3Packages.python-hosts: 1.0.7 -> 1.1.2

https://github.com/jonhadfield/python-hosts/blob/1.1.2/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
python-hosts
+2 -2
pkgs/development/python-modules/python-hosts/default.nix
···
buildPythonPackage rec {
pname = "python-hosts";
-
version = "1.0.7";
pyproject = true;
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "python_hosts";
inherit version;
-
hash = "sha256-TFaZHiL2v/woCWgz3nh/kjUOhbfN1ghnBnJcVcTwSrk=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "python-hosts";
+
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "python_hosts";
inherit version;
+
hash = "sha256-XiU6aO6EhFVgj1g7TYMdbgg7IvjkU2DFoiwYikrB13A=";
};
build-system = [ setuptools ];