plover_5: 5.3.0 -> 5.4.0 (#540257)

This commit is contained in:
Yueh-Shun Li
2026-07-10 18:31:26 +00:00
committed by GitHub
+2 -2
View File
@@ -54,14 +54,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=";
};
postPatch = ''