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