orca: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_45_0...ORCA_45_1 This reverts "Don't let brlapi crash us", the proper brltty fix is in 6.6.1. our brltty is out-of-date, but we use cython 0.29.x, so 🤷 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
0d3ae9f7d5
commit
e54cf97884
@ -34,13 +34,13 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "orca";
|
pname = "orca";
|
||||||
version = "45.0";
|
version = "45.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "xoogX42sBOlJTWy/y/YJe//s0rj3xLkQCb1EgTTphTY=";
|
sha256 = "v8wGv0vEe70CwVaNHkZL8Wox5iv3A7SaoTsI2zihqMo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user