plover.dev: 4.0.0.dev10 -> 4.0.2

This commit is contained in:
R. Ryantm
2025-06-08 23:59:39 +00:00
parent edc7c67ab7
commit ac23c01c09
+3 -3
View File
@@ -13,7 +13,7 @@
with python3Packages;
mkDerivationWith buildPythonPackage rec {
pname = "plover";
version = "4.0.0.dev10";
version = "4.0.2";
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
@@ -28,8 +28,8 @@
src = fetchFromGitHub {
owner = "openstenoproject";
repo = "plover";
rev = "v${version}";
sha256 = "sha256-oJ7+R3ZWhUbNTTAw1AfMg2ur8vW1XEbsa5FgSTam1Ns=";
tag = "v${version}";
sha256 = "sha256-VpQT25bl8yPG4J9IwLkhSkBt31Y8BgPJdwa88WlreA8=";
};
# I'm not sure why we don't find PyQt5 here but there's a similar