orca: 40.0 → 41.0

https://gitlab.gnome.org/GNOME/orca/-/blob/ORCA_41_0/NEWS

Also remove unused dependency.
This commit is contained in:
Jan Tojnar 2021-10-14 19:59:36 +00:00
parent fcce6ede95
commit 747e50e5da

View File

@ -8,7 +8,6 @@
, gettext
, yelp-tools
, itstool
, libxmlxx3
, python
, pygobject3
, gtk3
@ -35,13 +34,13 @@
buildPythonApplication rec {
pname = "orca";
version = "40.0";
version = "41.0";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0hq0zdcn80ficpcffbk667907v6m7dih3dhyc7ss01mrj3iyw000";
sha256 = "dpflFEXhn9d05osWCtr2aHuAgXLeBBdgLhaXZra21L0=";
};
patches = [
@ -58,7 +57,6 @@ buildPythonApplication rec {
autoreconfHook
wrapGAppsHook
pkg-config
libxmlxx3
gettext
yelp-tools
itstool