python313Packages.habiticalib: 0.3.2 -> 0.3.3

Diff: https://github.com/tr4nt0r/habiticalib/compare/refs/tags/v0.3.2...v0.3.3

Changelog: https://github.com/tr4nt0r/habiticalib/releases/tag/v0.3.3
This commit is contained in:
Fabian Affolter
2025-01-13 22:50:06 +01:00
parent 58c5aeb53c
commit 67fe3ca970
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-gv0ZrjJPP2ZgBSt221Hjloksu4QE4Iqm1z36YN5p2GI=";
hash = "sha256-F89ZMXEKpRWRwE0NGolSPfwvHHrP/61sm5ZSE0LSvHA=";
};
build-system = [