watchgha: 2.5.0 -> 2.6.0 (#475368)

This commit is contained in:
Nick Cao
2026-01-01 21:14:05 +00:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "watchgha"; pname = "watchgha";
version = "2.5.0"; version = "2.6.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "watchgha"; pname = "watchgha";
hash = "sha256-jjQk/X9kd8qhqgvivSIsvg0BOp6zh6yqpPiAS6ak/Ps="; hash = "sha256-D8Asyd2BGjPYWrAqnXRDMKgZVKC5euzBdbgw6EiEC4I=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [