guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: fltk: Update to 1.3.9.


From: guix-commits
Subject: 03/09: gnu: fltk: Update to 1.3.9.
Date: Tue, 16 Apr 2024 17:51:08 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 7bead512e27328fb950609345f66d668af5d4f6e
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Apr 16 00:44:12 2024 -0700

    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>
---
 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 4518a1e30a..05d418022f 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -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))



reply via email to

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