diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 11:03:26 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | 11a256112075c67d74e8f4caaa95bd10b68a9360 (patch) | |
tree | 668f6c294d1a3868c5d945f649299e35a75663ba /gnu/packages/gtk.scm | |
parent | 437bee3b7eb15bad5aa448abd7e78bae94272669 (diff) |
gnu: gtk+: Update to 3.24.41.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.41.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 5bd2b662da..e25dfaad51 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1024,7 +1024,7 @@ application suites.") (package (inherit gtk+-2) (name "gtk+") - (version "3.24.41") + (version "3.24.43") (source (origin (method url-fetch) @@ -1033,7 +1033,7 @@ application suites.") name "-" version ".tar.xz")) (sha256 (base32 - "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7")) + "1izky8dxaxp4bg5nii4n58dgpkw79mvmvbkldf04n0qmhmjg013y")) (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 |