gnu: kicad: Update to 5.0.2.

* gnu/packages/engineering.scm (kicad): Update to 5.0.2.
master
Tobias Geerinckx-Rice 2019-03-11 22:45:54 +01:00
parent 3d21f1ea0f
commit 23df8f3578
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ language.")
(define-public kicad
(package
(name "kicad")
(version "5.0.0")
(version "5.0.2")
(source
(origin
(method url-fetch)
@ -743,7 +743,7 @@ language.")
"https://launchpad.net/kicad/" (version-major+minor version)
"/" version "/+download/" name "-" version ".tar.xz"))
(sha256
(base32 "17nqjszyvd25wi6550j981whlnb1wxzmlanljdjihiki53j84x9p"))))
(base32 "10605rr10x0353n6yk2z095ydnkd1i6j1ncbq64pfxdn5vkhcd1g"))))
(build-system cmake-build-system)
(arguments
`(#:out-of-source? #t