me
/
guix
Archived
1
0
Fork 0

gnu: fltk: Update to 1.3.5.

* gnu/packages/fltk.scm (fltk): Update to 1.3.5.
master
Nicolas Goaziou 2019-04-25 14:59:16 +02:00
parent 187122b902
commit 92e1e0ec4b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
(define-public fltk
(package
(name "fltk")
(version "1.3.4-2")
(version "1.3.5")
(source
(origin
(method url-fetch)
@ -51,7 +51,7 @@
"/fltk-" version "-source.tar.gz"))
(sha256
(base32
"0459rm1gl5x3famiqma7ja7k6hvan8p5l8lgshvqfl4rik0lklr5"))))
"00jp24z1818k9n6nn6lx7qflqf2k13g4kxr0p8v1d37kanhb4ac7"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))