guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pcb-rnd: Update to 2.2.3.


From: guix-commits
Subject: 02/02: gnu: pcb-rnd: Update to 2.2.3.
Date: Tue, 28 Jul 2020 18:22:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5c622a0a680ca69f8c1f3ce23dabdd93e774a56f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 28 13:58:06 2020 +0200

    gnu: pcb-rnd: Update to 2.2.3.
    
    * gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
---
 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 944f34e..cbfb659 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -423,14 +423,14 @@ optimizer; and it can produce photorealistic and design 
review images.")
 (define-public pcb-rnd
   (package (inherit pcb)
     (name "pcb-rnd")
-    (version "1.1.3")
+    (version "2.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://repo.hu/projects/pcb-rnd/releases/";
                                   "pcb-rnd-" version ".tar.gz"))
               (sha256
                (base32
-                "0pycynla60b96jkb6fh6f4sx663pqbzjwnixhw5ym8sym2absm09"))))
+                "0j650498d87b4xsggzc0xlk73k0hhj43wfy45qz2lcn0xc3bks1m"))))
     (arguments
      `(#:tests? #f ; no check target
        #:phases



reply via email to

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