mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fltk: Update to 1.4.4.
* gnu/packages/fltk.scm (fltk): Update to 1.4.4. Change-Id: I846a78687736b3c2719e737f58d251baca12810c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6e275a7704
commit
250ac0093d
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.3")
|
||||
(version "1.4.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fltk/fltk")
|
||||
(commit (string-append "release-" version))))
|
||||
(sha256
|
||||
(base32 "0v14a5x00h0ylvvvz26pj05c6zl3m5s5viiy5zlnjqjfliqdy0ci"))))))
|
||||
(base32 "1nfl37c9yplp4gxjjlajysfj2vsr47xjlcq78ambd7im4wbjgj76"))))))
|
||||
|
||||
|
||||
(define-public ntk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue