python3Packages.intellifire4py: 4.5.1 -> 4.5.4 (#555236)

This commit is contained in:
Fabian Affolter
2026-08-21 23:56:51 +00:00
committed by GitHub

View File

@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "intellifire4py";
version = "4.5.1";
version = "4.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jeeftor";
repo = "intellifire4py";
tag = "v${finalAttrs.version}";
hash = "sha256-2L4T3GdjvhMk0GlRVZsh/aBP0DUosBDrP79eSX2Sc8g=";
hash = "sha256-sWFC5TcVBgNS9U0UbU2dJV6c/gsO9Ghv7P/CbJQBb20=";
};
build-system = [ hatchling ];