libgweather: 4.4.0 → 4.4.2

https://gitlab.gnome.org/GNOME/libgweather/-/compare/4.4.0...4.4.2

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-26 21:39:09 +01:00
parent 30300a0e03
commit e055a4c51d
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
version = "4.4.0";
version = "4.4.2";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "Nm6Gb/KnCLiUz+qUdbjo/1TLPitHfqcqit4Nq+5fSKQ=";
hash = "sha256-puQntHcK2kiUXzqpBq9xD8gzz/DULfkfGCgwJ0DXlOw=";
};
patches = [