python3Packages.python-hosts: fix src

This commit is contained in:
Martin Weinelt
2025-08-11 01:46:35 +02:00
parent f6c13bea63
commit 069fd014f2

View File

@@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
pytestCheckHook,
pythonOlder,
pyyaml,
setuptools,
}:
@@ -13,11 +12,8 @@ buildPythonPackage rec {
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "python_hosts";
inherit version;
inherit pname version;
hash = "sha256-XiU6aO6EhFVgj1g7TYMdbgg7IvjkU2DFoiwYikrB13A=";
};