* [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121.
@ 2024-10-08 12:39 Cayetano Santos via Guix-patches via
2024-10-14 19:48 ` [bug#73704] QA review for 73704 Aaron Covrig via Guix-patches via
2024-10-16 17:10 ` bug#73704: [PATCH] gnu: gtkwave: Update to 3.3.121 Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-08 12:39 UTC (permalink / raw)
To: 73704; +Cc: Cayetano Santos
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
---
gnu/packages/fpga.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 68f36d501f..c9cefa7d9f 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -350,7 +350,7 @@ (define-public arachne-pnr
(define-public gtkwave
(package
(name "gtkwave")
- (version "3.3.113")
+ (version "3.3.121")
(source
(origin
(method url-fetch)
@@ -360,7 +360,7 @@ (define-public gtkwave
(string-append "https://gtkwave.sourceforge.net/"
"gtkwave-" version ".tar.gz")))
(sha256
- (base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
+ (base32 "15w3x3zx5klqg1vjkakixw9zwfnkib7gf376knf5sryakd3bc1av"))))
(build-system gnu-build-system)
(native-inputs
(list gperf pkg-config))
base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#73704] QA review for 73704
2024-10-08 12:39 [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121 Cayetano Santos via Guix-patches via
@ 2024-10-14 19:48 ` Aaron Covrig via Guix-patches via
2024-10-16 17:10 ` bug#73704: [PATCH] gnu: gtkwave: Update to 3.3.121 Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-10-14 19:48 UTC (permalink / raw)
To: control, 73704
user guix
usertag 73704 + reviewed-looks-good
thanks
Guix QA review form submission:
I was able to build the updated package without issue and view a .fst
file.
We may want to update the package homepage and repo URL at some point,
as it seems to be moving away from sourceforge and to github
(see: https://github.com/gtkwave/gtkwave/issues/320). It does look
like the sourceforge page is still getting the lastest versions
released to it first right now.
Items marked as checked: Lint warnings, Package builds, Commit messages
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#73704: [PATCH] gnu: gtkwave: Update to 3.3.121.
2024-10-08 12:39 [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121 Cayetano Santos via Guix-patches via
2024-10-14 19:48 ` [bug#73704] QA review for 73704 Aaron Covrig via Guix-patches via
@ 2024-10-16 17:10 ` Ludovic Courtès
2024-10-17 9:48 ` [bug#73704] " Cayetano Santos via Guix-patches via
1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2024-10-16 17:10 UTC (permalink / raw)
To: Cayetano Santos; +Cc: Aaron Covrig, 73704-done
Hi,
Cayetano Santos <csantosb@inventati.org> skribis:
> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
Applied!
Aaron Covrig <aaron.covrig.us@ieee.org> skribis:
> We may want to update the package homepage and repo URL at some point,
> as it seems to be moving away from sourceforge and to github
> (see: https://github.com/gtkwave/gtkwave/issues/320). It does look
> like the sourceforge page is still getting the lastest versions
> released to it first right now.
Would one of you want to send a patch?
Thanks Cayetano & Aaron!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121.
2024-10-16 17:10 ` bug#73704: [PATCH] gnu: gtkwave: Update to 3.3.121 Ludovic Courtès
@ 2024-10-17 9:48 ` Cayetano Santos via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-17 9:48 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Aaron Covrig, 73704-done
>mer. 16 oct. 2024 at 19:10, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi,
>
> Cayetano Santos <csantosb@inventati.org> skribis:
>
>> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.121.
>
> Applied!
>
> Aaron Covrig <aaron.covrig.us@ieee.org> skribis:
>
>> We may want to update the package homepage and repo URL at some point,
>> as it seems to be moving away from sourceforge and to github
>> (see: https://github.com/gtkwave/gtkwave/issues/320). It does look
>> like the sourceforge page is still getting the lastest versions
>> released to it first right now.
>
> Would one of you want to send a patch?
Done.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-17 9:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 12:39 [bug#73704] [PATCH] gnu: gtkwave: Update to 3.3.121 Cayetano Santos via Guix-patches via
2024-10-14 19:48 ` [bug#73704] QA review for 73704 Aaron Covrig via Guix-patches via
2024-10-16 17:10 ` bug#73704: [PATCH] gnu: gtkwave: Update to 3.3.121 Ludovic Courtès
2024-10-17 9:48 ` [bug#73704] " Cayetano Santos via Guix-patches via
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).