python312Packages.habitipy: 0.3.1 -> 0.3.3

faaca88405...v0.3.3
This commit is contained in:
Martin Weinelt 2024-11-06 21:21:36 +01:00
parent 9763290b8f
commit 56aec06b4c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,15 +12,14 @@
buildPythonPackage rec {
pname = "habitipy";
version = "0.3.1";
version = "0.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ASMfreaK";
repo = "habitipy";
# TODO: https://github.com/ASMfreaK/habitipy/issues/27
rev = "faaca8840575fe8b807bf17acea6266d5ce92a99";
hash = "sha256-BGFUAntSNH0YYWn9nfKjIlpevF7MFs0csCPSp6IT6Ro=";
rev = "refs/tags/v${version}";
hash = "sha256-AEeTCrxLXkokRRnNUfW4y23Qdh8ek1F88GmCPLGb84A=";
};
build-system = [ setuptools ];