guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: librepcb: Update to 0.1.1.


From: guix-commits
Subject: 01/01: gnu: librepcb: Update to 0.1.1.
Date: Thu, 25 Apr 2019 16:32:11 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 9be92490b5746ba702e765b8bd4afcf1d76675d2
Author: Arun Isaac <address@hidden>
Date:   Fri Apr 26 01:50:21 2019 +0530

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index cf308e0..78a9930 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1939,15 +1939,15 @@ simulator backends @code{Qucsator}, @code{ngspice} and 
@code{Xyce}.")
 (define-public librepcb
   (package
     (name "librepcb")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append 
"https://download.librepcb.org/releases/0.1.0/librepcb-";
-                           version "-source.zip"))
+       (uri (string-append "https://download.librepcb.org/releases/";
+                           version "/librepcb-" version "-source.zip"))
        (sha256
         (base32
-         "0affvwwgs1j2wx6bb3zfa2jbfxpckklr8cka2nkswca0p82wd3dv"))))
+         "08lm95kr5gqyqyy4hcii0micqa6ryhbv0harvdndmpvi4ix1ggi8"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)



reply via email to

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