mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: librepcb: Update to 0.1.3.
* gnu/packages/engineering.scm (librepcb): Update to 0.1.3.
This commit is contained in:
parent
6677f33d36
commit
542d64fd84
1 changed files with 3 additions and 4 deletions
|
@ -1961,21 +1961,20 @@ (define-public qucs-s
|
||||||
(define-public librepcb
|
(define-public librepcb
|
||||||
(package
|
(package
|
||||||
(name "librepcb")
|
(name "librepcb")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.librepcb.org/releases/"
|
(uri (string-append "https://download.librepcb.org/releases/"
|
||||||
version "/librepcb-" version "-source.zip"))
|
version "/librepcb-" version "-source.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ich849dsx2hmcwlwbry4mkg374n940l3hy6srh4qms2rm7vd7x0"))))
|
||||||
"1xgk0r3nxdd2cy7d1k165d005gsngnz1v2wbwivacw7gis0i8ip7"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools) ; for lrelease
|
`(("qttools" ,qttools) ; for lrelease
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue