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
|
||||
(package
|
||||
(name "wireviz")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "wireviz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dgnlxxlna2m1fh0ybivw0psym0sa5cqsl72mjl79bwfspnif61h"))))
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "wireviz" version))
|
||||
(sha256
|
||||
(base32 "1qbh0pknpymc42k4661b8ghbfk9him75xx57siyrl9is5s6as98f"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs (list python-graphviz python-pillow python-pyyaml))
|
||||
(home-page "https://github.com/formatc1702/WireViz")
|
||||
(propagated-inputs
|
||||
(list python-click python-graphviz python-pillow python-pyyaml))
|
||||
(home-page "https://github.com/wireviz/WireViz")
|
||||
(synopsis "Easily document cables and wiring harnesses")
|
||||
(description
|
||||
"WireViz is a tool for easily documenting cables, wiring harnesses and
|
||||
|
|
Loading…
Reference in a new issue