mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fltk: Update to 1.4.3.
* gnu/packages/fltk.scm (fltk): Update to 1.4.3. Change-Id: Ia9a94747178db910e90140cd4240e7ad1a3c6669 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ac88ea15c7
commit
7dc1a99dc0
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
|
(define-public fltk
|
||||||
(package
|
(package
|
||||||
(inherit fltk-1.3)
|
(inherit fltk-1.3)
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/fltk/fltk")
|
(url "https://github.com/fltk/fltk")
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xyimyraxp6czv85n4g63w50dziyv50kzf9xhmxrrz9d6fl3syss"))))))
|
(base32 "0v14a5x00h0ylvvvz26pj05c6zl3m5s5viiy5zlnjqjfliqdy0ci"))))))
|
||||||
|
|
||||||
|
|
||||||
(define-public ntk
|
(define-public ntk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue