all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 68911@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	rg@raghavgururajan.name, vivien@planete-kraus.eu
Subject: [bug#68911] [PATCH gnome-team 2/7] gnu: gtk+: Update to 3.24.39.
Date: Sat, 3 Feb 2024 13:46:51 +0100	[thread overview]
Message-ID: <34d0554fbff08edd5541fabea2035946a610ea81.1706981646.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.1706981646.git.vivien@planete-kraus.eu>

* gnu/packages/gtk.scm (gtk+): Update to 3.24.39.

Change-Id: I8cc897160189f06098333a0e6e757ede1a21332d
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index eacc7fc5ed..f2870cc4f1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.38")
+    (version "3.24.39")
     (source
      (origin
        (method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+         "0ycdfyal4jsnv34h7b1ph289zjpxrlnqrh2qli9kcbwvddb3xb0w"))
        (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                 "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
     ;; There is no "doc" output, because adding gtk-doc here would introduce a
-- 
2.41.0




  parent reply	other threads:[~2024-02-03 17:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 17:34 [bug#68911] [PATCH gnome-team 0/7] GNOME 44.8 updates Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team 3/7] gnu: mm-common: Update to 1.0.6 Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team 7/7] gnu: vte: Update to 0.72.4 Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team 4/7] gnu: mutter: Update to 44.8 Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team 1/7] gnu: gnome-shell: " Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team 5/7] gnu: python-pyatspi: Update to 2.46.1 Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` Vivien Kraus via Guix-patches via [this message]
2024-02-03 17:28 ` [bug#68911] [PATCH gnome-team 6/7] gnu: rygel: Update to 0.42.5 Vivien Kraus via Guix-patches via
2024-02-03 23:53 ` [bug#68911] [PATCH gnome-team 0/7] GNOME 44.8 updates Liliana Marie Prikler
2024-02-15  6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
2024-02-03 12:45   ` [bug#68911] [PATCH gnome-team v2 01/17] gnu: mm-common: Update to 1.0.6 Vivien Kraus via Guix-patches via
2024-02-03 12:45   ` [bug#68911] [PATCH gnome-team v2 04/17] gnu: vte: Update to 0.72.4 Vivien Kraus via Guix-patches via
2024-02-03 12:45   ` [bug#68911] [PATCH gnome-team v2 13/17] gnu: mutter: Update to 44.9 Vivien Kraus via Guix-patches via
2024-02-03 12:46   ` [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: " Vivien Kraus via Guix-patches via
2024-02-03 12:46   ` [bug#68911] [PATCH gnome-team v2 02/17] gnu: python-pyatspi: Update to 2.46.1 Vivien Kraus via Guix-patches via
2024-02-03 12:46   ` [bug#68911] [PATCH gnome-team v2 07/17] gnu: gtk+: Update to 3.24.41 Vivien Kraus via Guix-patches via
2024-02-03 17:28   ` [bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5 Vivien Kraus via Guix-patches via
2024-02-14 21:29   ` [bug#68911] [PATCH gnome-team v2 05/17] gnu: atkmm@2.28: Update to 2.28.4 Vivien Kraus via Guix-patches via
2024-02-14 21:29   ` [bug#68911] [PATCH gnome-team v2 06/17] gnu: pangomm@2.46: Update to 2.46.4 Vivien Kraus via Guix-patches via
2024-02-14 21:30   ` [bug#68911] [PATCH gnome-team v2 08/17] gnu: gnome-initial-setup: Update to 44.8 Vivien Kraus via Guix-patches via
2024-02-14 21:31   ` [bug#68911] [PATCH gnome-team v2 09/17] gnu: gcr@3: Update to 3.41.2 Vivien Kraus via Guix-patches via
2024-02-14 21:31   ` [bug#68911] [PATCH gnome-team v2 10/17] gnu: libgsf: Update to 1.14.52 Vivien Kraus via Guix-patches via
2024-02-14 21:31   ` [bug#68911] [PATCH gnome-team v2 11/17] gnu: epiphany: Update to 44.8 Vivien Kraus via Guix-patches via
2024-02-14 21:32   ` [bug#68911] [PATCH gnome-team v2 12/17] gnu: gjs: Update to 1.76.3 Vivien Kraus via Guix-patches via
2024-02-14 21:33   ` [bug#68911] [PATCH gnome-team v2 14/17] gnu: gnome-bluetooth: Update to 42.8 Vivien Kraus via Guix-patches via
2024-02-14 21:33   ` [bug#68911] [PATCH gnome-team v2 16/17] gnu: folks: Update to 0.15.7 Vivien Kraus via Guix-patches via
2024-02-14 21:34   ` [bug#68911] [PATCH gnome-team v2 17/17] gnu: libhandy: Update to 1.8.3 Vivien Kraus via Guix-patches via
2024-02-16 15:41   ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Maxim Cournoyer
2024-02-16 17:46     ` Vivien Kraus via Guix-patches via
2024-02-16 19:16       ` Maxim Cournoyer
2024-02-24  6:30   ` bug#68911: " Liliana Marie Prikler

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=34d0554fbff08edd5541fabea2035946a610ea81.1706981646.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=68911@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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.