From e54cf97884c3d13d59076a3d31b7df4bd35a3d7a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 29 Oct 2023 02:59:53 +0000 Subject: [PATCH] =?UTF-8?q?orca:=2045.0=20=E2=86=92=2045.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Changelog-reviewed-by: Jan Tojnar --- pkgs/applications/misc/orca/default.nix | 4 ++-- 1 file 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 = [