all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 65696@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	rg@raghavgururajan.name
Subject: [bug#65696] [PATCH gnome-team 2/4] gnu: gnome-calendar: Update to 44.1.
Date: Tue, 29 Aug 2023 22:23:14 +0200	[thread overview]
Message-ID: <c0f6df67d654e99e82751d5b429c8615e70b501c.1693646399.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1693646399.git.liliana.prikler@gmail.com>

* gnu/packages/gnome.scm (gnome-calendar): Update to 44.1.
[inputs]: Replace evolution-data-server-3.44 with evolution-data-server.
Replace geocode-glib-with-libsoup2 with geocode-glib.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace libgweather4-with-libsoup2 with libgweather.
---
 gnu/packages/gnome.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f9a2cc941b..c980098e93 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10312,7 +10312,7 @@ (define-public gnome-clocks
 (define-public gnome-calendar
   (package
     (name "gnome-calendar")
-    (version "42.2")
+    (version "44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10320,7 +10320,7 @@ (define-public gnome-calendar
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ggvnl2jnc24nzpkjvsk57vpckjzb14a7mmnk6jjm84nmqxccz5f"))))
+                "0zmpyd5qgryrxflgcapfp6jxph3z31qycs148r715gbhnqwbg89h"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -10337,16 +10337,14 @@ (define-public gnome-calendar
            `(,glib "bin")               ; For glib-compile-schemas
            pkg-config))
     (inputs
-     ;; Note: not propagating evolution-data-server-3.44 to keep profiles
-     ;; clean from libsoup2.
-     (list evolution-data-server-3.44
+     (list evolution-data-server
            geoclue
-           geocode-glib-with-libsoup2
-           gnome-online-accounts-3.44
+           geocode-glib
+           gnome-online-accounts
            gsettings-desktop-schemas
            libadwaita
            libdazzle
-           libgweather4-with-libsoup2))
+           libgweather4))
     (home-page "https://wiki.gnome.org/Apps/Calendar")
     (synopsis "GNOME's calendar application")
     (description
-- 
2.41.0





  parent reply	other threads:[~2023-09-02  9:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-02  9:19 [bug#65696] [PATCH gnome-team 0/4] Remove libgweather4-with-libsoup2 Liliana Marie Prikler
2023-08-29 20:22 ` [bug#65696] [PATCH gnome-team 1/4] gnu: gnome-clocks: Update to 44.0 Liliana Marie Prikler
2023-08-29 20:23 ` Liliana Marie Prikler [this message]
2023-09-05  3:04   ` [bug#65696] [PATCH gnome-team 2/4] gnu: gnome-calendar: Update to 44.1 Maxim Cournoyer
2023-09-02  8:36 ` [bug#65696] [PATCH gnome-team 3/4] gnu: gnome-initial-setup: Update to 44.0 Liliana Marie Prikler
2023-09-05  3:03   ` Maxim Cournoyer
2023-09-05 16:55     ` Liliana Marie Prikler
2023-09-02  9:15 ` [bug#65696] [PATCH gnome-team 4/4] gnu: Remove libgweather4-with-libsoup2 Liliana Marie Prikler
2023-09-05  3:03   ` Maxim Cournoyer
2023-09-02 11:34 ` [bug#65696] [PATCH gnome-team v2 1/7] gnu: gnome-autoar: Update to 0.4.4 Liliana Marie Prikler
2023-09-02 11:34   ` [bug#65696] [PATCH gnome-team v2 2/7] gnu: tracker: Update to 3.5.3 Liliana Marie Prikler
2023-09-02 11:35   ` [bug#65696] [PATCH gnome-team v2 3/7] gnu: tracker-miners: Update to 3.5.2 Liliana Marie Prikler
2023-09-02 11:36   ` [bug#65696] [PATCH gnome-team v2 5/7] gnu: nautilus: Update to 44.2 Liliana Marie Prikler
2023-09-02 11:37   ` [bug#65696] [PATCH gnome-team v2 4/7] gnu: libadwaita: Update to 1.3.4 Liliana Marie Prikler
2023-09-02 11:58   ` [bug#65696] [PATCH gnome-team v2 6/7] gnu: vte: Update to 0.72.2 Liliana Marie Prikler
2023-09-02 11:59   ` [bug#65696] [PATCH gnome-team v2 7/7] gnu: gnome-console: Update to 44.4 Liliana Marie Prikler
2023-09-07  1:50     ` Maxim Cournoyer
2023-09-07 18:35       ` bug#65696: " Liliana Marie Prikler
2023-09-05  3:05 ` [bug#65696] [PATCH gnome-team 0/4] Remove libgweather4-with-libsoup2 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c0f6df67d654e99e82751d5b429c8615e70b501c.1693646399.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=65696@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.