GNU bug report logs - #69790
[PATCH] gnu: fltk: Update to 1.3.9

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 14 Mar 2024 05:45:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#69790: closed (Re: [bug#69790] [PATCH v2] gnu: fltk: Update
 to 1.3.9)
Date: Tue, 16 Apr 2024 22:13:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69790: [PATCH] gnu: fltk: Update to 1.3.9

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69790 <at> debbugs.gnu.org.

-- 
69790: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69790
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: Parnikkapore <poomklao <at> yahoo.com>, 69790-done <at> debbugs.gnu.org
Subject: Re: [bug#69790] [PATCH v2] gnu: fltk: Update to 1.3.9
Date: Tue, 16 Apr 2024 23:11:50 +0100
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/fltk.scm (fltk): Update to 1.3.9
>
> Change-Id: Ic766550a4f15a147d8079ebecf0c59152aefa9f0
> ---
>  gnu/packages/fltk.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks both, I've pushed this to master as
7bead512e27328fb950609345f66d668af5d4f6e.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: fltk: Update to 1.3.9
Date: Wed, 13 Mar 2024 22:43:52 -0700
* gnu/packages/fltk.scm (fltk): Update to 1.3.9

Change-Id: Ic766550a4f15a147d8079ebecf0c59152aefa9f0
---
 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-module (gnu packages fltk)
 (define-public fltk
   (package
     (name "fltk")
-    (version "1.3.8")
+    (version "1.3.9")
     (source
      (origin
       (method url-fetch)
@@ -51,7 +51,7 @@ (define-public fltk
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256
-       (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
+       (base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))

base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
-- 
2.34.1




This bug report was last modified 1 year and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.