python312Packages.inscriptis: update disabled

This commit is contained in:
Fabian Affolter
2025-01-17 09:04:02 +01:00
committed by GitHub
parent 8722653f0e
commit 56b02a99c5
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "2.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "weblyzard";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
lxml
requests
];