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

Also unpins the aging python36Packages.

+4 -4
+4 -4
pkgs/applications/misc/plover/default.nix
··· 1 - { lib, fetchurl, python27Packages, python36Packages, wmctrl, 1 + { lib, fetchurl, python27Packages, python3Packages, wmctrl, 2 2 qtbase, mkDerivationWith }: 3 3 4 4 { ··· 24 24 ]; 25 25 }; 26 26 27 - dev = with python36Packages; mkDerivationWith buildPythonPackage rec { 27 + dev = with python3Packages; mkDerivationWith buildPythonPackage rec { 28 28 pname = "plover"; 29 - version = "4.0.0.dev8"; 29 + version = "4.0.0.dev10"; 30 30 31 31 meta = with lib; { 32 32 description = "OpenSteno Plover stenography software"; ··· 36 36 37 37 src = fetchurl { 38 38 url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz"; 39 - sha256 = "1wxkmik1zyw5gqig5r0cas5v6f5408fbnximzw610rdisqy09rxp"; 39 + sha256 = "sha256-Eun+ZgmOIjYw6FS/2OGoBvYh52U/Ue0+NtIqrvV2Tqc="; 40 40 }; 41 41 42 42 # I'm not sure why we don't find PyQt5 here but there's a similar