gnu: kicad: Update to 5.1.6.
* gnu/packages/engineering.scm (kicad): Update to 5.1.6. [source]: Use GIT-FETCH & GIT-FILE-NAME.master
parent
4f2bb4300c
commit
07d347ebbf
|
@ -800,16 +800,16 @@ language.")
|
||||||
(define-public kicad
|
(define-public kicad
|
||||||
(package
|
(package
|
||||||
(name "kicad")
|
(name "kicad")
|
||||||
(version "5.1.5")
|
(version "5.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(uri (git-reference
|
||||||
(uri (string-append
|
(url "https://gitlab.com/kicad/code/kicad.git")
|
||||||
"https://launchpad.net/kicad/" (version-major version)
|
(commit version)))
|
||||||
".0/" version "/+download/kicad-" version ".tar.xz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x3417f2pa7p65s9f7l49rqbnrzy8gz6i0n07mlbxqbnm0fmlql0"))))
|
(base32 "1pa3z0h0679jmgxlzc833h6q85b5paxdp69kf2h93vkaryj58622"))
|
||||||
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:out-of-source? #t
|
`(#:out-of-source? #t
|
||||||
|
|
Reference in New Issue