plover.dev: 4.0.0.dev10 -> 4.0.2 (#415144)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-24 05:09:34 +02:00
committed by GitHub
+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