python312Packages.habiticalib: 0.3.3 -> 0.3.4 (#379506)

This commit is contained in:
Fabian Affolter
2025-02-05 11:41:26 +01:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-F89ZMXEKpRWRwE0NGolSPfwvHHrP/61sm5ZSE0LSvHA=";
hash = "sha256-3/37pku6B+986YKkqdoBTzo70wJStaumLSWqmjyJqw0=";
};
build-system = [