guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit b55c110356616916b0478ffd73081469251c875d Author: moksh <[email protected]> AuthorDate: Mon Apr 27 02:27:03 2026 +0530 gnu: fltk: Update to 1.4.5. * gnu/packages/fltk.scm (fltk): Update to 1.4.5. Change-Id: I16722535bed22c7573ffd6dd93b2dfda6bb35cf6 Merges: https://codeberg.org/guix/guix/pulls/8175 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/fltk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index f64b2dc9cd..64b3c55b50 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm @@ -106,14 +106,14 @@ called FLUID that can be used to create applications in minutes.") (define-public fltk (package (inherit fltk-1.3) - (version "1.4.4") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/fltk/fltk") (commit (string-append "release-" version)))) (sha256 - (base32 "1nfl37c9yplp4gxjjlajysfj2vsr47xjlcq78ambd7im4wbjgj76")))))) + (base32 "19bl0ryarg31wkhw01ryilp9iwwh6vwnsq9mnzmarzm0dkwhjc7c")))))) (define-public ntk
