remove space from version
This commit is contained in:
parent
aa7dc05e99
commit
d4e5310c59
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ let
|
||||||
};
|
};
|
||||||
plover = with python3Packages; libsForQt5.mkDerivationWith buildPythonPackage rec {
|
plover = with python3Packages; libsForQt5.mkDerivationWith buildPythonPackage rec {
|
||||||
pname = "plover-wayland";
|
pname = "plover-wayland";
|
||||||
version = " 2022-01-14";
|
version = "2022-01-14";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matteodelabre";
|
owner = "matteodelabre";
|
||||||
repo = "plover";
|
repo = "plover";
|
||||||
|
|
Loading…
Reference in a new issue