From: peter@polidoro.io
To: 61715@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#61715] [PATCH] gnu: kicad: Update to 7.0.0.
Date: Wed, 22 Feb 2023 14:44:27 -0500 [thread overview]
Message-ID: <06a52b5b812d37031c8a4ac27b0ec4c66cb675d2.1677095049.git.peter@polidoro.io> (raw)
From: Peter Polidoro <peter@polidoro.io>
* gnu/packages/engineering.scm (kicad): Update to 7.0.0.
---
gnu/packages/engineering.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index bf741245bf..36c73e3b5b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1000,16 +1000,16 @@ (define-public kicad
(variable "KICAD") ;to find kicad-doc
(files '("")))
(search-path-specification
- (variable "KICAD6_TEMPLATE_DIR")
+ (variable "KICAD7_TEMPLATE_DIR")
(files '("share/kicad/template")))
(search-path-specification
- (variable "KICAD6_SYMBOL_DIR")
+ (variable "KICAD7_SYMBOL_DIR")
(files '("share/kicad/symbols")))
(search-path-specification
- (variable "KICAD6_FOOTPRINT_DIR")
+ (variable "KICAD7_FOOTPRINT_DIR")
(files '("share/kicad/footprints")))
(search-path-specification
- (variable "KICAD6_3DMODEL_DIR")
+ (variable "KICAD7_3DMODEL_DIR")
(files '("share/kicad/3dmodels")))))
(native-inputs (list boost
desktop-file-utils
--
2.39.1
next reply other threads:[~2023-02-22 19:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 19:44 peter [this message]
2023-02-22 20:08 ` bug#61715: [PATCH] gnu: kicad: Update to 7.0.0 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=06a52b5b812d37031c8a4ac27b0ec4c66cb675d2.1677095049.git.peter@polidoro.io \
--to=peter@polidoro.io \
--cc=61715@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).