guix-commits
[Top][All Lists]
Advanced

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

10/21: gnu: pcb-rnd: Update to 3.1.1.


From: guix-commits
Subject: 10/21: gnu: pcb-rnd: Update to 3.1.1.
Date: Mon, 17 Jul 2023 12:36:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 479eb63f2a68cfac1866aefe245186a0bb3ef083
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: pcb-rnd: Update to 3.1.1.
    
    * gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
---
 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 3f0325ecea..f31d4bd04d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -527,14 +527,14 @@ optimizer; and it can produce photorealistic and design 
review images.")
 (define-public pcb-rnd
   (package (inherit pcb)
     (name "pcb-rnd")
-    (version "3.1.0")
+    (version "3.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://repo.hu/projects/pcb-rnd/releases/";
                                   "pcb-rnd-" version ".tar.gz"))
               (sha256
                (base32
-                "0yw4sf4qrmmai48f3f5byn2fphc453myjszh3sy9z0dnfcz3x7fw"))))
+                "0szcsp2049wh3wslv7743wbjqllrmphi07yz0933sz4vf6f1c8dg"))))
     (arguments
      (list
       #:tests? #false                   ;no check target



reply via email to

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