guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: fltk: Update to 1.3.6.


From: guix-commits
Subject: 04/06: gnu: fltk: Update to 1.3.6.
Date: Thu, 3 Jun 2021 12:53:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 240cd1a099b3619e8fca7958cb6fc76bd5f250e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 3 12:40:52 2021 +0200

    gnu: fltk: Update to 1.3.6.
    
    * gnu/packages/fltk.scm (fltk): Update to 1.3.6.
---
 gnu/packages/fltk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index d0f20b2..fbdc47e 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -42,7 +43,7 @@
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.5")
+    (version "1.3.6")
     (source
      (origin
       (method url-fetch)
@@ -50,8 +51,7 @@
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32
-        "00jp24z1818k9n6nn6lx7qflqf2k13g4kxr0p8v1d37kanhb4ac7"))))
+       (base32 "1arp1niiz3qxm8iacpmilwpc5rinsm6hsk4a6fsxfywvkvppbb4s"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))



reply via email to

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