gnu: pcb-rnd: Update to 3.1.1.

* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent b175789352
commit 479eb63f2a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -527,14 +527,14 @@ optimizer; and it can produce photorealistic and design review images.")
(define-public pcb-rnd (define-public pcb-rnd
(package (inherit pcb) (package (inherit pcb)
(name "pcb-rnd") (name "pcb-rnd")
(version "3.1.0") (version "3.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://repo.hu/projects/pcb-rnd/releases/" (uri (string-append "http://repo.hu/projects/pcb-rnd/releases/"
"pcb-rnd-" version ".tar.gz")) "pcb-rnd-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yw4sf4qrmmai48f3f5byn2fphc453myjszh3sy9z0dnfcz3x7fw")))) "0szcsp2049wh3wslv7743wbjqllrmphi07yz0933sz4vf6f1c8dg"))))
(arguments (arguments
(list (list
#:tests? #false ;no check target #:tests? #false ;no check target