gnu: kicad: Update to 5.0.2.
* gnu/packages/engineering.scm (kicad): Update to 5.0.2.
This commit is contained in:
parent
3d21f1ea0f
commit
23df8f3578
|
@ -734,7 +734,7 @@ language.")
|
||||||
(define-public kicad
|
(define-public kicad
|
||||||
(package
|
(package
|
||||||
(name "kicad")
|
(name "kicad")
|
||||||
(version "5.0.0")
|
(version "5.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -743,7 +743,7 @@ language.")
|
||||||
"https://launchpad.net/kicad/" (version-major+minor version)
|
"https://launchpad.net/kicad/" (version-major+minor version)
|
||||||
"/" version "/+download/" name "-" version ".tar.xz"))
|
"/" version "/+download/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17nqjszyvd25wi6550j981whlnb1wxzmlanljdjihiki53j84x9p"))))
|
(base32 "10605rr10x0353n6yk2z095ydnkd1i6j1ncbq64pfxdn5vkhcd1g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:out-of-source? #t
|
`(#:out-of-source? #t
|
||||||
|
|
Loading…
Reference in New Issue