mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
python-plover: 3.0.0 -> 3.1.0
This commit is contained in:
parent
a24728fe29
commit
4402a3c599
|
@ -14839,7 +14839,7 @@ in {
|
||||||
|
|
||||||
plover = buildPythonPackage rec {
|
plover = buildPythonPackage rec {
|
||||||
name = "plover-${version}";
|
name = "plover-${version}";
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
disabled = !isPy27;
|
disabled = !isPy27;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -14850,7 +14850,7 @@ in {
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz";
|
url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz";
|
||||||
sha256 = "1jja37nhiypdx1z6cazp8ffsf0z3yqmpdbprpdzf668lcb422rl0";
|
sha256 = "1zdlgyjp93sfvk6by7rsh9hj4ijzplglrxpcpkcir6c3nq2bixl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is a fix for https://github.com/pypa/pip/issues/3624 causing regression https://github.com/pypa/pip/issues/3781
|
# This is a fix for https://github.com/pypa/pip/issues/3624 causing regression https://github.com/pypa/pip/issues/3781
|
||||||
|
|
Loading…
Reference in a new issue