mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: pcb-rnd: Update to 3.1.1.
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
This commit is contained in:
parent
b175789352
commit
479eb63f2a
1 changed files with 2 additions and 2 deletions
|
@ -527,14 +527,14 @@ (define-public pcb
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue