aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libgweather
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-03-11 17:19:25 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-24 07:11:13 +0100
commit7422681403950d7e5dea398472418673603c6996 (patch)
treea97d34022b02bafe54c002dd8ce0da0fc1b520e6 /pkgs/development/libraries/libgweather
parent1e35791c3f3074e43162bf9efcd46a09e6d59be7 (diff)
gnome3.libgweather: 3.34.0 -> 3.36.0
Diffstat (limited to 'pkgs/development/libraries/libgweather')
-rw-r--r--pkgs/development/libraries/libgweather/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgweather/default.nix b/pkgs/development/libraries/libgweather/default.nix
index e51a10cfe8a3..f782176108ab 100644
--- a/pkgs/development/libraries/libgweather/default.nix
+++ b/pkgs/development/libraries/libgweather/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
- version = "3.34.0";
+ version = "3.36.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902";
+ sha256 = "0bd30g3facfcgf18y2110xhc7ijly313y49mpwdkvl482z0fxzyj";
};
nativeBuildInputs = [ meson ninja pkgconfig gettext vala gtk-doc docbook_xsl docbook_xml_dtd_43 gobject-introspection python3 ];