[PATCH] gnu: fltk: Update to 1.4.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 9 Mar 17:31 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
8f070564b712d3ab1cb3585f92e504e375e60960.1741566653.git.atai@atai.org
* gnu/packages/fltk.scm (fltk): Update to 1.4.2.

Change-Id: I262258c8e832a306555483aa30afb0426d8c4566
---
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 475ad0feca0..a28f6f5a9c2 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -103,14 +103,14 @@ (define-public fltk-1.3
(define-public fltk
(package
(inherit fltk-1.3)
- (version "1.4.1")
+ (version "1.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fltk/fltk")
(commit (string-append "release-" version))))
(sha256
- (base32 "0ii49imyw29drkhc9dvyiiybc9qy19fxc91wl6w2gmc3xsmdzd6z"))))))
+ (base32 "0xyimyraxp6czv85n4g63w50dziyv50kzf9xhmxrrz9d6fl3syss"))))))
(define-public ntk

base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
prerequisite-patch-id: 72ddee5764a133fb5a1b88adc89d8c9bb95e9ca5
--
2.48.1
宋
宋文武 wrote on 22 Mar 03:25 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 76903-done@debbugs.gnu.org)
87a59ds6of.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/fltk.scm (fltk): Update to 1.4.2.

Pushed as commit b6954a47, thank you!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76903@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76903
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