guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: librepcb: Update to 0.1.5.


From: guix-commits
Subject: 03/05: gnu: librepcb: Update to 0.1.5.
Date: Tue, 5 Oct 2021 19:46:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0ec23d446ccdd4db828fa1ebc46741338f082453
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 6 01:37:34 2021 +0200

    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(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index abb9335..42f7504 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)



reply via email to

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