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:
Weijia Wang 2024-05-04 18:40:23 +02:00 committed by GitHub
commit 3efc32fe24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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