unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 69790@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69790] [PATCH] gnu: fltk: Update to 1.3.9
Date: Wed, 13 Mar 2024 22:43:52 -0700	[thread overview]
Message-ID: <40fd333d81f4b6879e6e36d29df2d3b41ea1d0c8.1710395004.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2024-03-14  5:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <24cfd3186e26a7811dfc31fdb7d0e819088d3f88.camel.ref@yahoo.com>
2024-03-14  5:43 ` Andy Tai [this message]
2024-04-15 20:40   ` [bug#69790] QA review for 69790 Parnikkapore via Guix-patches via
2024-04-16  7:44   ` [bug#69790] [PATCH v2] gnu: fltk: Update to 1.3.9 Andy Tai
2024-04-16 22:11     ` bug#69790: " Christopher Baines
2024-04-16 18:31   ` [bug#69790] Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40fd333d81f4b6879e6e36d29df2d3b41ea1d0c8.1710395004.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=69790@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).