diff options
author | Andy Tai <atai@atai.org> | 2025-03-09 17:31:11 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-03-22 17:56:21 +0800 |
commit | b6954a472b99649919ce6b0e2b7d525b617dfb76 (patch) | |
tree | a1fe3f7ce4a17cd3281bb76654c5f1b2bc113769 | |
parent | b6b9e3357f0dcea9b4a003266ca9eb444af5db0d (diff) | |
download | guix-b6954a472b99649919ce6b0e2b7d525b617dfb76.tar.gz guix-b6954a472b99649919ce6b0e2b7d525b617dfb76.zip |
gnu: fltk: Update to 1.4.2.
* gnu/packages/fltk.scm (fltk): Update to 1.4.2.
Change-Id: I262258c8e832a306555483aa30afb0426d8c4566
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/fltk.scm | 4 |
1 files 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 |