GNU bug report logs - #71875
[PATCH] gnu: wireviz: Update to 0.4.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Mon, 1 Jul 2024 13:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 71875 <at> debbugs.gnu.org
Subject: [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.
Date: Mon, 01 Jul 2024 15:26:12 +0300
[0001-gnu-wireviz-Update-to-0.4.patch (text/x-patch, inline)]
From 2bb4c807e65ba406120e3b54011a41634a037648 Mon Sep 17 00:00:00 2001
Message-ID: <2bb4c807e65ba406120e3b54011a41634a037648.1719835065.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Mon, 1 Jul 2024 14:50:25 +0300
Subject: [PATCH] gnu: wireviz: Update to 0.4.

* gnu/packages/engineering.scm (wireviz): Update to 0.4.

Change-Id: Idc9a310c530a9671cd478d03a658240fa1c70a84
---
 gnu/packages/engineering.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fcb73eab12..f4e0b7e331 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2023 pinoaffe <pinoaffe <at> gmail.com>
 ;;; Copyright © 2024 Juliana Sims <juli <at> incana.org>
+;;; Copyright © 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3743,15 +3744,16 @@ (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")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "wireviz" version))
+       (sha256
+        (base32 "1cv8wczq83ycyxwsqwlqrlaqmyaqvwshzcc0drv6iqq47794clll"))))
     (build-system python-build-system)
-    (propagated-inputs (list python-graphviz python-pillow python-pyyaml))
+    (propagated-inputs (list python-click python-graphviz python-pillow
+                             python-pyyaml))
     (home-page "https://github.com/formatc1702/WireViz")
     (synopsis "Easily document cables and wiring harnesses")
     (description

base-commit: b10e830807cec28bbf8a2de70d222f76e56360d1
-- 
2.45.2





This bug report was last modified 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.