at-spi2-core: 2.46.0 → 2.47.1

https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_46_0...AT_SPI2_CORE_2_47_1

Not adding API docs for now, requires Sphinx.

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-02-25 03:00:00 +00:00
parent 5e5ae463ed
commit 2a9d7ea3a9

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "at-spi2-core";
version = "2.46.0";
version = "2.47.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "qgyGx596jWe65JpbelqwhDDGCM/+bjO/R6cvQasDw9A=";
sha256 = "xrp8FgQ07evwnSk2kzVpyTb27JcjAXZvK9rFpNQYFTw=";
};
nativeBuildInputs = [