From 0ec23d446ccdd4db828fa1ebc46741338f082453 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 6 Oct 2021 01:37:34 +0200 Subject: gnu: librepcb: Update to 0.1.5. * gnu/packages/engineering.scm (librepcb): Update to 0.1.5. --- gnu/packages/engineering.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/engineering.scm') diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index abb9335421..42f7504d18 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2032,14 +2032,14 @@ parallel computing platforms. It also supports serial execution.") (define-public librepcb (package (name "librepcb") - (version "0.1.4") + (version "0.1.5") (source (origin (method url-fetch) (uri (string-append "https://download.librepcb.org/releases/" version "/librepcb-" version "-source.zip")) (sha256 - (base32 "1b5dkanz3q0y5ag80w0l85hn7axrachb5m9zvyv4zvzrfy09wa88")))) + (base32 "0smp1p7wnrj0vh4rmz1cr2krfawc2lzx0pbzmgyay7xdp6jxympr")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase-5) -- cgit v1.2.3