diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-30 13:50:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-01 00:13:42 +0200 |
commit | 874d2bc9c951a7a281d7e39423444e4966526131 (patch) | |
tree | 97244897ea919a9ffaf30a72f0c697cc04d76604 | |
parent | 5d9a100e7eaab54a5d1f221a2b97556fa40d9afe (diff) | |
download | guix-874d2bc9c951a7a281d7e39423444e4966526131.tar.gz |
gnu: pcb-rnd: Update to 2.2.4.
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.4.
-rw-r--r-- | gnu/packages/engineering.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 266013f45a..2e1ffa1355 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -427,16 +427,16 @@ optimizer; and it can produce photorealistic and design review images.") (define-public pcb-rnd (package (inherit pcb) (name "pcb-rnd") - (version "2.2.3") + (version "2.2.4") (source (origin (method url-fetch) (uri (string-append "http://repo.hu/projects/pcb-rnd/releases/" "pcb-rnd-" version ".tar.gz")) (sha256 (base32 - "0j650498d87b4xsggzc0xlk73k0hhj43wfy45qz2lcn0xc3bks1m")))) + "06ylc2rd4yvzp3krk62q9dbi13h0yq1x257fbjkh10vfjn0ga5c2")))) (arguments - `(#:tests? #f ; no check target + `(#:tests? #f ; no check target #:phases (modify-phases %standard-phases (add-after 'unpack 'cc-is-gcc |