From f6073183d5cf854ec607459028a45995bda79df0 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 24 Sep 2023 09:25:01 +0000 Subject: [PATCH] =?UTF-8?q?at-spi2-core:=202.49.91=20=E2=86=92=202.50.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_49_91...AT_SPI2_CORE_2_50_0 Fixes at-spi2-atk test when running under a non-English locale. Though we still are disabling the test for unrelated reasons. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/at-spi2-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix index 640b79f328be..7af9edd26865 100644 --- a/pkgs/development/libraries/at-spi2-core/default.nix +++ b/pkgs/development/libraries/at-spi2-core/default.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation rec { pname = "at-spi2-core"; - version = "2.49.91"; + version = "2.50.0"; outputs = [ "out" "dev" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "qnK7sSGI7j0BUsxuqTVBXm3GI/+nUbanzCPpAl8EEP0="; + sha256 = "6fWoyCNcndljshcd6RIDARKcZ33ekzlV4d9hi5ScStw="; }; nativeBuildInputs = [