guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fltk: Update to 1.3.5.


From: guix-commits
Subject: 01/01: gnu: fltk: Update to 1.3.5.
Date: Thu, 25 Apr 2019 08:59:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 92e1e0ec4bf572fddd65c1fba40d19639bc798d6
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Apr 25 14:59:16 2019 +0200

    gnu: fltk: Update to 1.3.5.
    
    * gnu/packages/fltk.scm (fltk): Update to 1.3.5.
---
 gnu/packages/fltk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index a0d1f13..40d5e7e 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]