guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 23f787dad6b48ad8d4b175c775258a6355d8a323
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Aug 4 18:47:30 2025 +0200
gnu: Remove evolution-data-server-3.44.
* gnu/packages/gnome.scm (evolution-data-server-3.44): Delete variable.
Change-Id: I00e24e7350158a69b80d8526705a3234d59b2252
---
gnu/packages/gnome.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fe61c0574e..506578fb11 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8508,30 +8508,6 @@ contacts, tasks, and calendar information. It was
originally developed for
Evolution (hence the name), but is now used by other packages as well.")
(license license:lgpl2.0)))
-;;; This version can be used for projects with dependencies stuck on libsoup2.
-(define-public evolution-data-server-3.44
- (package
- (inherit evolution-data-server)
- (name "evolution-data-server")
- (version "3.44.4")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32 "1sxjrjr31wqbp9g4pf6dwj8rc4mi7c5fbfd489ha92ym7246bin0"))))
- (inputs
- (modify-inputs (package-inputs evolution-data-server)
- (replace "gnome-online-accounts" gnome-online-accounts-3.44)
- (replace "libgweather4" libgweather)
- (replace "webkitgtk-for-gtk3" webkitgtk-with-libsoup2)))
- (propagated-inputs
- (modify-inputs (package-propagated-inputs evolution-data-server)
- (delete "gtk")
- (replace "libsoup" libsoup-minimal-2)))))
-
(define-public caribou
(package
(name "caribou")