accerciser: 3.44.1 → 3.46.2

https://gitlab.gnome.org/GNOME/accerciser/-/compare/3.44.1...3.46.2

- Moved wnck use into a separate helper.
This commit is contained in:
Jan Tojnar
2025-03-09 21:27:34 +01:00
parent 4365016f09
commit a0c0eb83eb
+3 -3
View File
@@ -19,13 +19,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "accerciser";
version = "3.44.1";
version = "3.46.2";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-tJz7DTIY+/Vf+kPH96N9a4URn+2VahBjCYBO2+mDkAM=";
url = "mirror://gnome/sources/accerciser/${lib.versions.majorMinor version}/accerciser-${version}.tar.xz";
hash = "sha256-r/RpRR8k5YdpPE9/en+GpQU8ZrIDOndDrZ2DhHSWdw4=";
};
nativeBuildInputs = [