GNU bug report logs - #78613
[PATCH] gnu: fltk: Update to 1.4.3.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 28 May 2025 04:20:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: fltk: Update to 1.4.3.
Date: Tue, 27 May 2025 21:19:13 -0700
* gnu/packages/fltk.scm (fltk): Update to 1.4.3.

Change-Id: Ia9a94747178db910e90140cd4240e7ad1a3c6669
---
 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 a28f6f5a9c..4ea711924e 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -103,14 +103,14 @@ (define-public fltk-1.3
 (define-public fltk
   (package
     (inherit fltk-1.3)
-    (version "1.4.2")
+    (version "1.4.3")
     (source (origin
       (method git-fetch)
       (uri (git-reference
               (url "https://github.com/fltk/fltk")
               (commit (string-append "release-" version))))
       (sha256
-       (base32 "0xyimyraxp6czv85n4g63w50dziyv50kzf9xhmxrrz9d6fl3syss"))))))
+       (base32 "0v14a5x00h0ylvvvz26pj05c6zl3m5s5viiy5zlnjqjfliqdy0ci"))))))
 
 
 (define-public ntk

base-commit: 04eef950af05444ce42682364041dcbd3fa7afd5
-- 
2.43.0





This bug report was last modified 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.