summary refs log tree commit diff
path: root/pkgs/development/libraries/libgweather
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-09-02 16:45:46 +0000
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-09-30 19:39:47 +0200
commit88de388c986bf2a6080e82a2abe152698bb91843 (patch)
treecc0edbc186d4ecf89dfbfc066f75b20b9add5bce /pkgs/development/libraries/libgweather
parenta8dd352d4468dfd9d8bf53d61c1b78623c8a03e1 (diff)
downloadnixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar.gz
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar.bz2
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar.lz
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar.xz
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.tar.zst
nixpkgs-88de388c986bf2a6080e82a2abe152698bb91843.zip
libgweather: 3.32.2 → 3.33.92
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 5e35a43fb9d..65f3592eba0 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.32.2";
+  version = "3.33.92";
 
   outputs = [ "out" "dev" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "00iwbllh8dmnqch0ysng9xhkzzs3ir9jl9f4hp41vbvg1pq5zv98";
+    sha256 = "1w9y79lrl0ablbxr3zpgkgad1296z3nxh1573icx26fwaklyakkz";
   };
 
   nativeBuildInputs = [ meson ninja pkgconfig gettext vala gtk-doc docbook_xsl docbook_xml_dtd_43 gobject-introspection python3 ];