python313Packages.habiticalib: 0.4.4 -> 0.4.5

Diff: https://github.com/tr4nt0r/habiticalib/compare/v0.4.4...v0.4.5

Changelog: https://github.com/tr4nt0r/habiticalib/releases/tag/v0.4.5
This commit is contained in:
Fabian Affolter
2025-09-09 19:43:13 +02:00
parent 88366822e3
commit cc5a1dedb7
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-hnZS6YIO6mZHS3EXEmeTxwT3LhKkQLYYzls6xMDqOBk=";
hash = "sha256-9IMC4MkL5hRCDjeuSuLBcn986LmO/zz32NV0RGTEf1M=";
};
build-system = [