GNU bug report logs -
#58965
[PATCH] gnu: kicad: Update to 6.0.9.
Previous Next
Reported by: peter <at> polidoro.io
Date: Wed, 2 Nov 2022 13:33:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58965 in the body.
You can then email your comments to 58965 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58965
; Package
guix-patches
.
(Wed, 02 Nov 2022 13:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
peter <at> polidoro.io
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 02 Nov 2022 13:33:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Peter Polidoro <peter <at> polidoro.io>
* gnu/packages/engineering.scm (kicad): Update to 6.0.9.
---
gnu/packages/engineering.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b2641b1d96..30a41ac087 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -949,7 +949,7 @@ (define-public inspekt3d
(define-public kicad
(package
(name "kicad")
- (version "6.0.8")
+ (version "6.0.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -957,7 +957,7 @@ (define-public kicad
(commit version)))
(sha256
(base32
- "0f5iriahskzflgfzahbjihiff7m7nbdmp3ip8dx69xa28b9012w9"))
+ "1fr02jcy09v14d3k8ril0zhwnzhcqcf77wfj5b3bkrh6r8xraqhs"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -1042,7 +1042,8 @@ (define-public kicad
python-wrapper
gtk+
wxwidgets
- python-wxpython))
+ python-wxpython
+ gdk-pixbuf))
(home-page "https://www.kicad.org/")
(synopsis "Electronics Design Automation Suite")
(description
@@ -1064,7 +1065,7 @@ (define-public kicad-doc
(file-name (git-file-name name version))
(sha256
(base32
- "11irf3cgm6a9aii3cf3fpjkl5sincqran4mpsp0qbs253hvj9rbb"))))
+ "04idpdzz2rfp8v1a37if01l5dfjnjg6jxp90gkgyadjzqkp6kcv3"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_FORMATS=html")
@@ -1098,7 +1099,7 @@ (define-public kicad-symbols
(file-name (git-file-name name version))
(sha256
(base32
- "1nxz8r3h3j62fs3s77lj27333fsj5c4i01n05lv0gqx36h28hqxk"))))
+ "0y5mjjmmln37hkp9wmydinlfgrn8im8rn20145g9xgdpj8j38d48"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests exist
@@ -1127,7 +1128,7 @@ (define-public kicad-footprints
(file-name (git-file-name name version))
(sha256
(base32
- "19di37hi80rzlwd468w3b6bq5kzxbslp3daskv8xb4y4f7pk3n00"))))
+ "02j445i0kcf87fhj9y6pwfcwq3arppxbrv77lbizm8kcpkpcfldl"))))
(synopsis "Official KiCad footprint libraries")
(description "This package contains the official KiCad footprint libraries.")))
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58965
; Package
guix-patches
.
(Sat, 05 Nov 2022 11:02:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
peter <at> polidoro.io writes:
> From: Peter Polidoro <peter <at> polidoro.io>
>
> * gnu/packages/engineering.scm (kicad): Update to 6.0.9.
> ---
> gnu/packages/engineering.scm | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
Looks good to me, I've pushed to master as
29ab5c98386ddfa5f7f6e7dc0cdb63ac32d9cb82.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 05 Nov 2022 11:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
peter <at> polidoro.io
:
bug acknowledged by developer.
(Sat, 05 Nov 2022 11:02:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Dec 2022 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.