guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fltk: Update to 1.3.8.


From: guix-commits
Subject: 01/02: gnu: fltk: Update to 1.3.8.
Date: Wed, 7 Jun 2023 02:21:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b3f7f5eb5358747d1aaa8565debe411e7c37d8bc
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue May 23 23:14:45 2023 -0700

    gnu: fltk: Update to 1.3.8.
    
    * gnu/packages/fltk.scm (fltk): Update to 1.3.8.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 5a1582b1bc..775ede060c 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -43,7 +43,7 @@
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.6")
+    (version "1.3.8")
     (source
      (origin
       (method url-fetch)
@@ -51,7 +51,7 @@
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32 "1arp1niiz3qxm8iacpmilwpc5rinsm6hsk4a6fsxfywvkvppbb4s"))))
+       (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))



reply via email to

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