lol

evolution-ews: 3.56.1 → 3.56.2

https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.56.1...3.56.2

+6 -6
+4 -4
pkgs/by-name/ev/evolution-ews/hardcode-gsettings.patch
··· 1 1 diff --git a/src/EWS/camel/camel-ews-utils.c b/src/EWS/camel/camel-ews-utils.c 2 - index 32817df..da65217 100644 2 + index 32817df..c8b3f2e 100644 3 3 --- a/src/EWS/camel/camel-ews-utils.c 4 4 +++ b/src/EWS/camel/camel-ews-utils.c 5 5 @@ -1550,7 +1550,7 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C ··· 32 32 33 33 for (ii = 0; strv && strv[ii]; ii++) { 34 34 diff --git a/src/Microsoft365/camel/camel-m365-store.c b/src/Microsoft365/camel/camel-m365-store.c 35 - index 7374c36..7da2023 100644 35 + index 7374c36..dbf9099 100644 36 36 --- a/src/Microsoft365/camel/camel-m365-store.c 37 37 +++ b/src/Microsoft365/camel/camel-m365-store.c 38 38 @@ -305,7 +305,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca ··· 65 65 66 66 for (ii = 0; strv && strv[ii]; ii++) { 67 67 diff --git a/src/Microsoft365/common/e-m365-tz-utils.c b/src/Microsoft365/common/e-m365-tz-utils.c 68 - index cec5417..2e744a0 100644 68 + index cec5417..38f1a87 100644 69 69 --- a/src/Microsoft365/common/e-m365-tz-utils.c 70 70 +++ b/src/Microsoft365/common/e-m365-tz-utils.c 71 71 @@ -192,10 +192,21 @@ e_m365_tz_utils_get_user_timezone (void) ··· 93 93 if (g_settings_get_boolean (settings, "use-system-timezone")) 94 94 location = e_cal_util_get_system_timezone_location (); 95 95 diff --git a/src/common/e-ews-common-utils.c b/src/common/e-ews-common-utils.c 96 - index 3458c10..7d21784 100644 96 + index f388e3b..ed57213 100644 97 97 --- a/src/common/e-ews-common-utils.c 98 98 +++ b/src/common/e-ews-common-utils.c 99 99 @@ -208,10 +208,21 @@ e_ews_common_utils_get_configured_icaltimezone (void)
+2 -2
pkgs/by-name/ev/evolution-ews/package.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "evolution-ews"; 26 - version = "3.56.1"; 26 + version = "3.56.2"; 27 27 28 28 src = fetchurl { 29 29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 30 - hash = "sha256-DgC2qxV9j+r7T1HXchusP2IfI4f1WrS7PEPRN0KFrWs="; 30 + hash = "sha256-Hrfsz5TGuGGNa0XDICNQIJ21Z8SJEIrcICM8TRn48o8="; 31 31 }; 32 32 33 33 patches = [