mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
b6b9e3357f
commit
b6954a472b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue