libgweather: 4.2.0 → 4.3.2

https://gitlab.gnome.org/GNOME/libgweather/-/compare/4.2.0...4.3.2

The ci changes are basically not related to the other changes.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:41:45 +01:00
committed by Jan Tojnar
parent bb10d57496
commit d511c54d03
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
version = "4.2.0";
version = "4.3.2";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "r4qBLaDYl2oADh1iVywlYIaoFzI/vzWwZtv92NLKYgM=";
sha256 = "VZ2oFQIIvmGvX1KdZxKqiDbMrvCGahZQItlBp9L7OCY=";
};
patches = [