diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:10 +0200 |
commit | 479eb63f2a68cfac1866aefe245186a0bb3ef083 (patch) | |
tree | e3c28b110a9990f9e65f9e6a53c83a531d81cf92 /gnu | |
parent | b175789352ae7fa4bb4fba55f941c5c79027bbd7 (diff) |
gnu: pcb-rnd: Update to 3.1.1.
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files 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 |