[PATCH] gnu: fltk: Update to 1.3.8

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Efraim Flashner
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
ef0872828d29a68475906bcdeca5ae6a298227e9.1684908851.git.atai@atai.org
* gnu/packages/fltk.scm (fltk): Update to 1.3.8
---
gnu/packages/fltk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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-module (gnu packages fltk)
(define-public fltk
(package
(name "fltk")
- (version "1.3.6")
+ (version "1.3.8")
(source
(origin
(method url-fetch)
@@ -51,7 +51,7 @@ (define-public fltk
(first (string-split version #\-))
"/fltk-" version "-source.tar.gz"))
(sha256
- (base32 "1arp1niiz3qxm8iacpmilwpc5rinsm6hsk4a6fsxfywvkvppbb4s"))))
+ (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))

base-commit: e02584b456a3f9c00b303ef4815d892a47edc2e6
--
2.40.1
Efraim Flashner wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63677-done@debbugs.gnu.org)
ZIAh6xDI3UPRMXpY@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmSAIesACgkQQarn3Mo9
g1G2ZQ//dikmng8RbDITqpnEef4j9jvDEFFKQnxaCJc43OKHR5CSqDqcENXtow6X
n1RX+s0MKsXzU4UwHaSP0RrAHYZ01LcSCG6KtKP6ctZfjP4k6AdTDJfDVKWDcorc
L0RawEYBhQHEbn5A3FSWwci9oFgyr5USwFKDgpqqKv6ef3ASsDbVrMTWbd8aqCA6
DJT75jFoe5JqB+W3LX6cfHOYRt9VfadvP8N2T7c2hxV5Yft0+o4tATiqVdQP4jO0
tRURma6ddbjoTLrd5YV6ANmZY/OJHTFjvPq2hrArfU1uKpYmyb6R3+pYnUWmHkm2
AMJIjrQ4tuPKkb7ROJefhXfAI/UHXr6LVQj0Sjdv1DhgSFJC6oGAUw9CMHyO+SU4
7/acQ6BVDoFAwU1o+Wy6P87Ojr+IwstmHTUItro7I+H1ef0OVtrDUSjRbv0j+IGI
stwNAiTJDDhUXDzCwe200i+MYdkvhA+p5D/9N5UEAW+984bf4DjH5GaNgPYCQG7q
grw7A1FIYjgJmkdKbWs7mMNZE+8G9BPYtlQMmW3uy7GBvW8AdPChT2w4kRcGXgfG
RuFL+SamTQt4WFn3j1RiyWDD86EXS1iBWuyi+kLvDQvRxfy9kce50V5Jl1q6tPXz
wgV7iLlYrg0rgL5eFeuiv56mfucbp3F7WX0IHgUzvbDV6Vqp3qU=
=c7P3
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63677@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63677
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help