[PATCH] gnu: gtk+: Update to 3.24.30

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 4 years ago
(address . guix-patches@gnu.org)
CAJsg1E9z+C_KLk8VvR5JpFE5htYu_tE0LtXPARO8JLj1Dkkyog@mail.gmail.com
* gnu/packages/gtk.scm (gtk+): Update to 3.24.30
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Mathieu Othacehe wrote 3 years ago
(name . Andy Tai)(address . lichengtai@gmail.com)(address . 49938-done@debbugs.gnu.org)
874kae589r.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> * gnu/packages/gtk.scm (gtk+): Update to 3.24.30

The package has already been updated on core-updates-frozen.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49938@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49938
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help