guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: librepcb: Update to 0.1.3.


From: guix-commits
Subject: 02/06: gnu: librepcb: Update to 0.1.3.
Date: Wed, 22 Jan 2020 00:20:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 542d64fd8439eed5c1d6acead86c2244a703e468
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 22 03:05:54 2020 +0100

    gnu: librepcb: Update to 0.1.3.
    
    * gnu/packages/engineering.scm (librepcb): Update to 0.1.3.
---
 gnu/packages/engineering.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3f4cdbd..c4c0fd5 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1961,21 +1961,20 @@ simulator backends @code{Qucsator}, @code{ngspice} and 
@code{Xyce}.")
 (define-public librepcb
   (package
     (name "librepcb")
-    (version "0.1.2")
+    (version "0.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.librepcb.org/releases/";
                            version "/librepcb-" version "-source.zip"))
        (sha256
-        (base32
-         "1xgk0r3nxdd2cy7d1k165d005gsngnz1v2wbwivacw7gis0i8ip7"))))
+        (base32 "1ich849dsx2hmcwlwbry4mkg374n940l3hy6srh4qms2rm7vd7x0"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)
        ("zlib" ,zlib)))
     (native-inputs
-     `(("qttools" ,qttools) ; for lrelease
+     `(("qttools" ,qttools)             ; for lrelease
        ("unzip" ,unzip)))
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]