iyzsong pushed a commit to branch master
in repository guix.
commit b6954a472b99649919ce6b0e2b7d525b617dfb76
Author: Andy Tai <[email protected]>
AuthorDate: Sun Mar 9 17:31:11 2025 -0700
gnu: fltk: Update to 1.4.2.
* gnu/packages/fltk.scm (fltk): Update to 1.4.2.
Change-Id: I262258c8e832a306555483aa30afb0426d8c4566
Signed-off-by: 宋文武 <[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 475ad0feca..a28f6f5a9c 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -103,14 +103,14 @@ UI builder called FLUID that can be used to create
applications in minutes.")
(define-public fltk
(package
(inherit fltk-1.3)
- (version "1.4.1")
+ (version "1.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fltk/fltk")
(commit (string-append "release-" version))))
(sha256
- (base32 "0ii49imyw29drkhc9dvyiiybc9qy19fxc91wl6w2gmc3xsmdzd6z"))))))
+ (base32 "0xyimyraxp6czv85n4g63w50dziyv50kzf9xhmxrrz9d6fl3syss"))))))
(define-public ntk