me
/
guix
Archived
1
0
Fork 0

gnu: fltk: Update to 1.3.9.

* gnu/packages/fltk.scm (fltk): Update to 1.3.9.

Change-Id: Ic766550a4f15a147d8079ebecf0c59152aefa9f0
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2024-04-16 00:44:12 -07:00 committed by Christopher Baines
parent 6a6dde5058
commit 7bead512e2
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
(define-public fltk
(package
(name "fltk")
(version "1.3.8")
(version "1.3.9")
(source
(origin
(method url-fetch)
@ -51,7 +51,7 @@
(first (string-split version #\-))
"/fltk-" version "-source.tar.gz"))
(sha256
(base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
(base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))