plover.dev: 4.0.0.dev8 -> 4.0.0.dev10

Also unpins the aging python36Packages.
This commit is contained in:
Martin Weinelt 2021-08-30 01:22:38 +02:00
parent 6b29e13f36
commit f777eddfce

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, python27Packages, python36Packages, wmctrl, { lib, fetchurl, python27Packages, python3Packages, wmctrl,
qtbase, mkDerivationWith }: qtbase, mkDerivationWith }:
{ {
@ -24,9 +24,9 @@
]; ];
}; };
dev = with python36Packages; mkDerivationWith buildPythonPackage rec { dev = with python3Packages; mkDerivationWith buildPythonPackage rec {
pname = "plover"; pname = "plover";
version = "4.0.0.dev8"; version = "4.0.0.dev10";
meta = with lib; { meta = with lib; {
description = "OpenSteno Plover stenography software"; description = "OpenSteno Plover stenography software";
@ -36,7 +36,7 @@
src = fetchurl { src = fetchurl {
url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz"; url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz";
sha256 = "1wxkmik1zyw5gqig5r0cas5v6f5408fbnximzw610rdisqy09rxp"; sha256 = "sha256-Eun+ZgmOIjYw6FS/2OGoBvYh52U/Ue0+NtIqrvV2Tqc=";
}; };
# I'm not sure why we don't find PyQt5 here but there's a similar # I'm not sure why we don't find PyQt5 here but there's a similar