mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: wireviz: Update to 0.4.1.
* gnu/packages/engineering.scm (wireviz): Update to 0.4.1. Change-Id: Icdf85520272781d7a62867b6b10e111dcfda537d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4ec2b47478
commit
91b69f154d
1 changed files with 10 additions and 9 deletions
|
@ -4089,16 +4089,17 @@ (define-public prusa-slicer
|
||||||
(define-public wireviz
|
(define-public wireviz
|
||||||
(package
|
(package
|
||||||
(name "wireviz")
|
(name "wireviz")
|
||||||
(version "0.3.2")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "wireviz" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "wireviz" version))
|
||||||
(base32
|
(sha256
|
||||||
"1dgnlxxlna2m1fh0ybivw0psym0sa5cqsl72mjl79bwfspnif61h"))))
|
(base32 "1qbh0pknpymc42k4661b8ghbfk9him75xx57siyrl9is5s6as98f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs (list python-graphviz python-pillow python-pyyaml))
|
(propagated-inputs
|
||||||
(home-page "https://github.com/formatc1702/WireViz")
|
(list python-click python-graphviz python-pillow python-pyyaml))
|
||||||
|
(home-page "https://github.com/wireviz/WireViz")
|
||||||
(synopsis "Easily document cables and wiring harnesses")
|
(synopsis "Easily document cables and wiring harnesses")
|
||||||
(description
|
(description
|
||||||
"WireViz is a tool for easily documenting cables, wiring harnesses and
|
"WireViz is a tool for easily documenting cables, wiring harnesses and
|
||||||
|
|
Loading…
Reference in a new issue