guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: kicad-symbols: Update to 5.1.5.


From: guix-commits
Subject: 09/09: gnu: kicad-symbols: Update to 5.1.5.
Date: Wed, 1 Jan 2020 18:47:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 261e0356dc62f26667f91658e7dfcd3c38bf6712
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 1 23:52:27 2020 +0100

    gnu: kicad-symbols: Update to 5.1.5.
    
    * gnu/packages/engineering.scm (kicad-symbols): Update to 5.1.5.
---
 gnu/packages/engineering.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 1494155..8269757 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -928,7 +928,7 @@ render model libraries.")
 (define-public kicad-symbols
   (package
     (name "kicad-symbols")
-    (version "5.1.4")
+    (version "5.1.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -937,15 +937,19 @@ render model libraries.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lna4xlvzrxif3569pkp6mrg7fj62z3a3ri5j97lnmnnzhiddnh3"))))
+                "048b07ffsaav1ssrchw2p870lvb4rsyb5vnniy670k7q9p16qq6h"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f)) ; No tests exist
+     `(#:tests? #f))                    ; no tests exist
     (home-page "https://kicad-pcb.org/";)
     (synopsis "Official KiCad schematic symbol libraries for KiCad 5")
     (description "This package contains the official KiCad schematic symbol
 libraries for KiCad 5.")
-    ;; TODO: Exception: "To the extent that the creation of electronic designs 
that use 'Licensed Material' can be considered to be 'Adapted Material', then 
the copyright holder waives article 3 of the license with respect to these 
designs and any generated files which use data provided as part of the 
'Licensed Material'."
+    ;; TODO: Exception: "To the extent that the creation of electronic designs
+    ;; that use 'Licensed Material' can be considered to be 'Adapted Material',
+    ;; then the copyright holder waives article 3 of the license with respect 
to
+    ;; these designs and any generated files which use data provided as part of
+    ;; the 'Licensed Material'."
     ;; See <https://github.com/KiCad/kicad-symbols/blob/master/LICENSE.md>.
     (license license:cc-by-sa4.0)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]