gnu: librepcb: Update to 0.1.2.

* gnu/packages/engineering.scm (librepcb): Update to 0.1.2.
This commit is contained in:
Arun Isaac 2019-09-04 21:52:26 +05:30
parent 210b6412ee
commit 7c93edb93e
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1941,7 +1941,7 @@ (define-public qucs-s
(define-public librepcb
(package
(name "librepcb")
(version "0.1.1")
(version "0.1.2")
(source
(origin
(method url-fetch)
@ -1949,7 +1949,7 @@ (define-public librepcb
version "/librepcb-" version "-source.zip"))
(sha256
(base32
"08lm95kr5gqyqyy4hcii0micqa6ryhbv0harvdndmpvi4ix1ggi8"))))
"1xgk0r3nxdd2cy7d1k165d005gsngnz1v2wbwivacw7gis0i8ip7"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)