python3Packages.compit-inext-api: 0.8.0 -> 0.9.1

Diff: https://github.com/Przemko92/compit-inext-api/compare/0.8.0...0.9.1

Changelog: https://github.com/Przemko92/compit-inext-api/releases/tag/0.9.1
This commit is contained in:
Robert Schütz
2026-06-18 20:34:49 -07:00
parent 47e430774b
commit 994b8e2e44
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "compit-inext-api";
version = "0.8.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Przemko92";
repo = "compit-inext-api";
tag = finalAttrs.version;
hash = "sha256-7FGB2Vh0BhRzZSv/K5jISSFAN4VmFm9Je4uB9hdXS7k=";
hash = "sha256-Me3bVTz9kZcuPgFM3/SZlcvw8LgqxQnXuLfY5lLhUeU=";
};
build-system = [ setuptools ];