GNU bug report logs -
#61202
[PATCH] gnu: kicad: Update to 6.0.11.
Previous Next
Reported by: peter <at> polidoro.io
Date: Tue, 31 Jan 2023 19:37:02 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
#61202: [PATCH] gnu: kicad: Update to 6.0.11.
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 61202 <at> debbugs.gnu.org.
--
61202: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61202
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.11.
> ---
> gnu/packages/engineering.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks for the patch, this has actually already happened as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3cb54612b7fd58ae8f95c1198041293a69528dee
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.11.
---
gnu/packages/engineering.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 14beec9d28..ef184c5c23 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -944,7 +944,7 @@ (define-public inspekt3d
(define-public kicad
(package
(name "kicad")
- (version "6.0.10")
+ (version "6.0.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -952,7 +952,7 @@ (define-public kicad
(commit version)))
(sha256
(base32
- "0pz8d96imc0q3nh7npr5zf0jkzi94wchvw57spcrgqfac9yrld3q"))
+ "1bhzmgs921wv1pc0mpyigmpp630086kmpifc3a91cbkv4xf0akkq"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -1051,7 +1051,7 @@ (define-public kicad-doc
(file-name (git-file-name name version))
(sha256
(base32
- "06aw8f1pnh63dscv2bkii0cpr2m5yc4baka3avszsxnv8mqn0hwx"))))
+ "0f191ifzgl2k196ph7ljip97s17gq8bsfkn1s3aza1qaafhg7acd"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_FORMATS=html")
--
2.39.1
This bug report was last modified 2 years and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.