mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pcb-rnd: Update to 2.2.3.
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
This commit is contained in:
parent
28cbf3ef42
commit
5c622a0a68
1 changed files with 2 additions and 2 deletions
|
@ -423,14 +423,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 "1.1.3")
|
(version "2.2.3")
|
||||||
(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
|
||||||
"0pycynla60b96jkb6fh6f4sx663pqbzjwnixhw5ym8sym2absm09"))))
|
"0j650498d87b4xsggzc0xlk73k0hhj43wfy45qz2lcn0xc3bks1m"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue