unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75220] [PATCH] gnu: fltk: Update to 1.3.10.
@ 2024-12-31  5:48 Andy Tai
  0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2024-12-31  5:48 UTC (permalink / raw)
  To: 75220; +Cc: Andy Tai

* gnu/packages/fltk.scm (fltk): Update to 1.3.10.

Change-Id: I54833e5802d4b2088a42474d2edd17fe56bbdb68
---
 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 05d418022f..6686b2106a 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -43,7 +43,7 @@ (define-module (gnu packages fltk)
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.9")
+    (version "1.3.10")
     (source
      (origin
       (method url-fetch)
@@ -51,7 +51,7 @@ (define-public fltk
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp"))))
+       (base32 "1iq8f60622n7wkij6gjzrm8g2ii8zw56gd25g55lz1575i7nvjf1"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))

base-commit: 95fd0a5a2c0bea49d54f31dd4e4ec206b780a236
-- 
2.34.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-31  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31  5:48 [bug#75220] [PATCH] gnu: fltk: Update to 1.3.10 Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).