python3Packages.habanero: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2025-06-15 19:07:48 +00:00
parent 81c9418a82
commit 358ad1bc12
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "habanero";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sckott";
repo = "habanero";
tag = "v${version}";
hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ=";
hash = "sha256-XI+UOm3xONBNVSlywfBhnsCA9RdpEwDQ4oQixn4UBKk=";
};
build-system = [ hatchling ];