libgweather: 4.1.0 → 4.2.0
https://gitlab.gnome.org/GNOME/libgweather/-/compare/4.1.0...4.2.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
e88b0155b6
commit
69297187cf
1 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, libxml2
|
||||
, json-glib
|
||||
, glib
|
||||
, gettext
|
||||
, libsoup_3
|
||||
|
@ -19,13 +20,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libgweather";
|
||||
version = "4.1.0";
|
||||
version = "4.2.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ALuJmOO5qQXzqNMpX8wVZS1rCc2l76Ik5nRN7Xq9plo=";
|
||||
sha256 = "r4qBLaDYl2oADh1iVywlYIaoFzI/vzWwZtv92NLKYgM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
|
|||
glib
|
||||
libsoup_3
|
||||
libxml2
|
||||
json-glib
|
||||
geocode-glib_2
|
||||
];
|
||||
|
||||
|
@ -64,7 +66,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs build-aux/meson/meson_post_install.py
|
||||
patchShebangs build-aux/meson/gen_locations_variant.py
|
||||
|
||||
# Run-time dependency gi-docgen found: NO (tried pkgconfig and cmake)
|
||||
|
|
Loading…
Reference in a new issue