python3Packages.habiticalib: 0.4.0 -> 0.4.1

https://github.com/tr4nt0r/habiticalib/releases/tag/v0.4.1
This commit is contained in:
Martin Weinelt
2025-07-30 09:40:13 +02:00
parent 15ac08c6f5
commit 9dbf044145
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habiticalib";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "habiticalib";
tag = "v${version}";
hash = "sha256-RYtTJavfw5gQTo0m/Dgkv/6ghv+T5SSaaweiI370OOA=";
hash = "sha256-RHR7kXZkzv7wZ0napAT7Ukb4tJ2TiwmeZHiw20YpNkM=";
};
build-system = [