all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <lichengtai@gmail.com>
To: 49938@debbugs.gnu.org
Subject: [bug#49938] [PATCH] gnu: gtk+: Update to 3.24.30
Date: Sat, 7 Aug 2021 20:42:53 -0700	[thread overview]
Message-ID: <CAJsg1E9z+C_KLk8VvR5JpFE5htYu_tE0LtXPARO8JLj1Dkkyog@mail.gmail.com> (raw)

* gnu/packages/gtk.scm (gtk+): Update to 3.24.30
---
 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 7a2bd55f36..239686afc0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -848,7 +848,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.24")
+   (version "3.24.30")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -856,7 +856,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "12ipk1d376bai9v820qzhxba93kkh5abi6mhyqr4hwjvqmkl77fc"))
+              "1a9vg840fjq1mmm403b67k624qrkxh9shaz9pv7z9l8a6bzvyxds"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"

"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (propagated-inputs
-- 
2.32.0




             reply	other threads:[~2021-08-08  3:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08  3:42 Andy Tai [this message]
2021-09-21 14:10 ` bug#49938: [PATCH] gnu: gtk+: Update to 3.24.30 Mathieu Othacehe

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=CAJsg1E9z+C_KLk8VvR5JpFE5htYu_tE0LtXPARO8JLj1Dkkyog@mail.gmail.com \
    --to=lichengtai@gmail.com \
    --cc=49938@debbugs.gnu.org \
    /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.