evolution-ews: 3.60.1 → 3.60.2

https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.60.1...3.60.2
This commit is contained in:
Bobby Rong
2026-06-27 19:46:46 +08:00
parent 46d832db07
commit fdc493afd2
2 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@ index a976b2e..c15e6f3 100644
for (ii = 0; strv && strv[ii]; ii++) {
diff --git a/src/Microsoft365/camel/camel-m365-store.c b/src/Microsoft365/camel/camel-m365-store.c
index 6c1ebd6..4b7de44 100644
index 5c9f51d..1510272 100644
--- a/src/Microsoft365/camel/camel-m365-store.c
+++ b/src/Microsoft365/camel/camel-m365-store.c
@@ -311,7 +311,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
+2 -2
View File
@@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "evolution-ews";
version = "3.60.1";
version = "3.60.2";
src = fetchurl {
url = "mirror://gnome/sources/evolution-ews/${lib.versions.majorMinor finalAttrs.version}/evolution-ews-${finalAttrs.version}.tar.xz";
hash = "sha256-CiL4ZevrcOJnlSD9LZSqmXPEA8vk4DqojPjyPzWOi20=";
hash = "sha256-lAIFgY9piEEUV931gE0hDzUVwm4zQV3r2Puycxsdrys=";
};
patches = [