Message ID | 655cc5772db2bd1de25fa1d4dc309451aa9821f9.1731303037.git.maxim.cournoyer@gmail.com |
---|---|
State | New |
Headers | show |
Series | gstreamer, GTK, fontmanager updates | expand |
Am Montag, dem 11.11.2024 um 15:17 +0900 schrieb Maxim Cournoyer: > * gnu/packages/gtk.scm (gtk): Update to 4.17.0. > > Change-Id: I45973a39f9ea78a6e36e480120d8600610b99229 Gtk to my knowledge follows the "even means stable" scheme, so 4.17 is not a stable version. Cheers
Hello, Liliana Marie Prikler <liliana.prikler@gmail.com> writes: > Am Montag, dem 11.11.2024 um 15:17 +0900 schrieb Maxim Cournoyer: >> * gnu/packages/gtk.scm (gtk): Update to 4.17.0. >> >> Change-Id: I45973a39f9ea78a6e36e480120d8600610b99229 > Gtk to my knowledge follows the "even means stable" scheme, so 4.17 is > not a stable version. See my explanation about glib-minimal.
Hello, Liliana Marie Prikler <liliana.prikler@gmail.com> writes: > Am Montag, dem 11.11.2024 um 15:17 +0900 schrieb Maxim Cournoyer: >> * gnu/packages/gtk.scm (gtk): Update to 4.17.0. >> >> Change-Id: I45973a39f9ea78a6e36e480120d8600610b99229 > Gtk to my knowledge follows the "even means stable" scheme, so 4.17 is > not a stable version. See my explanation about glib-minimal.
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 6f78f2f80c..18fe5df29e 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1145,7 +1145,7 @@ (define-public gtk+ (define-public gtk (package (name "gtk") - (version "4.16.1") + (version "4.17.0") (source (origin (method url-fetch) @@ -1153,7 +1153,7 @@ (define-public gtk (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "0p11k5afy3g9d6p402zrn9izkypwzlb51y9qanibzyc1sjmiwslj")) + (base32 "0znrgl6bgkcg7b2whi7zqbin35pk8k3b2d09lxigq0yrnmaz7kpg")) (patches (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch")) (modules '((guix build utils)))))