gnome.gnome-maps: 42.0 → 42.1

https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v42.0...v42.1
This commit is contained in:
Bobby Rong 2022-04-24 12:02:43 +08:00
parent 90147b3808
commit 6a666dbecd
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, meson
, ninja
, gettext
@ -31,22 +30,13 @@
stdenv.mkDerivation rec {
pname = "gnome-maps";
version = "42.0";
version = "42.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-BUSG03dAc3BqdqmBQXl40VG+O3Ik1yN3W74xbvoked8=";
sha256 = "sha256-CC+ElBAf080xvU8a6YgXEOMqUz+y3belcSJ5bJRm0q4=";
};
patches = [
# Do not pin to GWeather 3.0, the used API did not change in 4.0.
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-maps/-/commit/759d3087b70341b2c5f1af575ce44338d926690e.patch";
sha256 = "Qp9Hta00TLf2lOb9+g9vnPoK17mP3eHpCG2i1ewaw+w=";
revert = true;
})
];
doCheck = true;
nativeBuildInputs = [
@ -66,7 +56,6 @@ stdenv.mkDerivation rec {
geocode-glib
gjs
gnome-online-accounts
gnome.adwaita-icon-theme
gobject-introspection
gsettings-desktop-schemas
gtk3