gnu: kicad-library: Update to 4.0.7.
* gnu/packages/engineering.scm (kicad-library): Update to 4.0.7.
This commit is contained in:
parent
6c08ea6a5c
commit
6f832aa01a
1 changed files with 4 additions and 4 deletions
|
@ -697,7 +697,7 @@ (define-public kicad
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public kicad-library
|
(define-public kicad-library
|
||||||
(let ((version "4.0.6"))
|
(let ((version "4.0.7"))
|
||||||
(package
|
(package
|
||||||
(name "kicad-library")
|
(name "kicad-library")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -708,7 +708,7 @@ (define-public kicad-library
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16f47pd6f0ddsdxdrp327nr9v05gl8c24d0qypq2aqx5hdjmkp7f"))))
|
"1azb7v1y3l6j329r9gg7f4zlg0wz8nh4s4i5i0l9s4yh9r6i9zmv"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:out-of-source? #t
|
`(#:out-of-source? #t
|
||||||
|
@ -741,7 +741,7 @@ (define-public kicad-library
|
||||||
(search-path-specification
|
(search-path-specification
|
||||||
(variable "KISYS3DMOD") ; 3D model path
|
(variable "KISYS3DMOD") ; 3D model path
|
||||||
(files '("share/kicad/modules/packages3d")))))
|
(files '("share/kicad/modules/packages3d")))))
|
||||||
;; Kicad distributes footprints in a separate tarball
|
;; Kicad distributes footprints in a separate tarball.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("kicad-footprints"
|
`(("kicad-footprints"
|
||||||
,(origin
|
,(origin
|
||||||
|
@ -751,7 +751,7 @@ (define-public kicad-library
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vmgqhdw05k5fdnqv42grnvlz7v75g9md82jp2d3dvw2zw050lfb"))))))
|
"08qrz5zzsb5127jlnv24j0sgiryd5nqwg3lfnwi8j9a25agqk13j"))))))
|
||||||
(home-page "http://kicad-pcb.org/")
|
(home-page "http://kicad-pcb.org/")
|
||||||
(synopsis "Libraries for kicad")
|
(synopsis "Libraries for kicad")
|
||||||
(description "This package provides Kicad component, footprint and 3D
|
(description "This package provides Kicad component, footprint and 3D
|
||||||
|
|
Loading…
Reference in a new issue