[Backport release-26.05] plover_5: 5.3.0 -> 5.4.0 (#540475)

This commit is contained in:
Yueh-Shun Li
2026-07-12 09:43:57 +00:00
committed by GitHub

View File

@@ -40,14 +40,14 @@ buildPythonPackage (finalAttrs: {
__structuredAttrs = true;
pname = "plover";
version = "5.3.0";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstenoproject";
repo = "plover";
tag = "v${finalAttrs.version}";
hash = "sha256-1NpZmUDq806geKANqswPYglHwInxum/c/Hxq7JhTpbc=";
hash = "sha256-qaEuzPVqh+e3qq778VdUaRufGzOx9HyUnygIbA0+6kw=";
};
# pythonRelaxDeps seemingly doesn't work here