gnome3.libgweather: 3.32.0 -> 3.32.1

https://download.gnome.org/sources/libgweather/3.32/libgweather-3.32.1.news
This commit is contained in:
Tor Hedin Brønner 2019-04-13 15:08:19 +02:00
parent 860c2dcb2f
commit f9f8ded313

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
version = "3.32.0";
version = "3.32.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "04qxm5jgj5fzjb06ghwqx3c2qsc502arrfw0xl9f09wb58wjp6ny";
sha256 = "1079d26y8d2zaw9w50l9scqjhbrynpdd6kyaa32x4393f7nih8hw";
};
nativeBuildInputs = [ meson ninja pkgconfig gettext vala gtk-doc docbook_xsl docbook_xml_dtd_43 gobject-introspection python3 ];