python312Packages.inscriptis: 2.5.0 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-01-17 07:24:15 +00:00
parent 0bda27c93d
commit 8722653f0e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "inscriptis";
version = "2.5.0";
version = "2.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "weblyzard";
repo = "inscriptis";
tag = version;
hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU=";
hash = "sha256-s19ldUjJm0dnr0aFiKk0G7sXqnxQPgWo9kJYv96WLjM=";
};
build-system = [ poetry-core ];