unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61715] [PATCH] gnu: kicad: Update to 7.0.0.
@ 2023-02-22 19:44 peter
  2023-02-22 20:08 ` bug#61715: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: peter @ 2023-02-22 19:44 UTC (permalink / raw)
  To: 61715; +Cc: Peter Polidoro

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61715: [PATCH] gnu: kicad: Update to 7.0.0.
  2023-02-22 19:44 [bug#61715] [PATCH] gnu: kicad: Update to 7.0.0 peter
@ 2023-02-22 20:08 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-02-22 20:08 UTC (permalink / raw)
  To: peter; +Cc: 61715-done

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Patch pushed as 9e47a50de840b17b67d074fcc08bbdba10644ec3 with an updated
commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-22 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 19:44 [bug#61715] [PATCH] gnu: kicad: Update to 7.0.0 peter
2023-02-22 20:08 ` bug#61715: " Guillaume Le Vaillant

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).