Merge pull request #306511 from r-ryantm/auto-update/python311Packages.python-hosts
python311Packages.python-hosts: 1.0.5 -> 1.0.6
This commit is contained in:
commit
3efc32fe24
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-hosts";
|
||||
version = "1.0.5";
|
||||
version = "1.0.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xabbGnvzXNiE0koQVq9dmEib5Cv7kg1JjpZAyb7IZM0=";
|
||||
hash = "sha256-LfWfBzJ3UyArcHxrIUDsIa8pIr1WkUikf6F6v+IVLG4=";
|
||||
};
|
||||
|
||||
# win_inet_pton is required for Windows support
|
||||
|
Loading…
Reference in New Issue
Block a user