diff options
| author | Bobby Rong <rjl931189261@126.com> | 2023-10-29 02:59:53 +0000 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2023-10-29 20:08:13 +0800 |
| commit | 9e5b115a4c530158158eac534faa033edba369aa (patch) | |
| tree | ef65b0ae9853cd77b2856959616577b564bbfc2f | |
| parent | gtranslator: 45.2 → 45.3 (diff) | |
| download | nixpkgs-9e5b115a4c530158158eac534faa033edba369aa.tar.gz | |
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 :shrug:
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
| -rw-r--r-- | pkgs/applications/misc/orca/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/orca/default.nix b/pkgs/applications/misc/orca/default.nix index a792ae7df47f..cbdc8e64aa9d 100644 --- a/pkgs/applications/misc/orca/default.nix +++ b/pkgs/applications/misc/orca/default.nix @@ -34,13 +34,13 @@ buildPythonApplication rec { pname = "orca"; - version = "45.0"; + version = "45.1"; format = "other"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "xoogX42sBOlJTWy/y/YJe//s0rj3xLkQCb1EgTTphTY="; + sha256 = "v8wGv0vEe70CwVaNHkZL8Wox5iv3A7SaoTsI2zihqMo="; }; patches = [ |
