gnu: pcb-rnd: Update to 2.2.3.

* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
This commit is contained in:
Ricardo Wurmus 2020-07-28 13:58:06 +02:00
parent 28cbf3ef42
commit 5c622a0a68
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -423,14 +423,14 @@ (define-public pcb
(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