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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#58965: [PATCH] gnu: kicad: Update to 6.0.9.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 58965 <at> debbugs.gnu.org.
--
58965: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58965
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
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
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.