watchgha: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-12-30 18:27:26 +00:00
parent cad22e7d99
commit 7fa4447b53

View File

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