evolution-data-server: 3.52.0 → 3.52.1

https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.52.0...3.52.1
This commit is contained in:
Maxine Aubrey 2024-04-19 13:16:46 +02:00
parent 24cb1848f6
commit 59cfc3bdc7
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -50,13 +50,13 @@
stdenv.mkDerivation rec {
pname = "evolution-data-server";
version = "3.52.0";
version = "3.52.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-pdXhHHoeWFhG7+Jg88HGGng5m9i2I7/XmsHA/+p73gY=";
hash = "sha256-gls9fVRoRApn0R3SojkzlgwHue7MeXuxJYQ8sshwo0g=";
};
patches = [