evolution-data-server: 3.53.2 → 3.54.0

https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.53.2...3.54.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-13 14:13:29 +00:00
parent f765d2b292
commit 797f622538
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ index d5a0823..2ae03f8 100644
g_clear_object (&settings);
diff --git a/src/camel/camel-gpg-context.c b/src/camel/camel-gpg-context.c
index b09ded8..5fe1996 100644
index 4c10de7..6c0ab5e 100644
--- a/src/camel/camel-gpg-context.c
+++ b/src/camel/camel-gpg-context.c
@@ -744,7 +744,18 @@ gpg_ctx_get_executable_name (void)

View File

@ -49,13 +49,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.53.2";
version = "3.54.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/evolution-data-server-${version}.tar.xz";
hash = "sha256-QRhmMD/rQoac1mHXr+ygF/hh/ABHy4Dgmt8QXsqiIbU=";
hash = "sha256-pUtHuXepcDD3OKQS9PXVsu++9eDr6JKbfM4ArFRoEIQ=";
};
patches = [