unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.
@ 2024-07-01 12:26 Evgeny Pisemsky
  2024-07-22  8:04 ` [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.1 Evgeny Pisemsky
  0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Pisemsky @ 2024-07-01 12:26 UTC (permalink / raw)
  To: 71875

[-- Attachment #1: 0001-gnu-wireviz-Update-to-0.4.patch --]
[-- Type: text/x-patch, Size: 2056 bytes --]

From 2bb4c807e65ba406120e3b54011a41634a037648 Mon Sep 17 00:00:00 2001
Message-ID: <2bb4c807e65ba406120e3b54011a41634a037648.1719835065.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@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@gmail.com>
 ;;; Copyright © 2023 pinoaffe <pinoaffe@gmail.com>
 ;;; Copyright © 2024 Juliana Sims <juli@incana.org>
+;;; Copyright © 2024 Evgeny Pisemsky <mail@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.1.
  2024-07-01 12:26 [bug#71875] [PATCH] gnu: wireviz: Update to 0.4 Evgeny Pisemsky
@ 2024-07-22  8:04 ` Evgeny Pisemsky
  2024-08-20  8:31   ` bug#71875: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Pisemsky @ 2024-07-22  8:04 UTC (permalink / raw)
  To: 71875

[-- Attachment #1: Type: text/plain, Size: 28 bytes --]

This is more recent update.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-wireviz-Update-to-0.4.1.patch --]
[-- Type: text/x-patch, Size: 1836 bytes --]

From 32dea11203f5a1ec3ec4fb632670b45de15f65d0 Mon Sep 17 00:00:00 2001
Message-ID: <32dea11203f5a1ec3ec4fb632670b45de15f65d0.1721635270.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@pisemsky.site>
Date: Mon, 22 Jul 2024 11:00:12 +0300
Subject: [PATCH] gnu: wireviz: Update to 0.4.1.

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

Change-Id: Icdf85520272781d7a62867b6b10e111dcfda537d
---
 gnu/packages/engineering.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4e465ddb7d..c714e2367f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3838,16 +3838,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

base-commit: e5c0b62debc6f48a32a65736d9ba3da0b1e59cb9
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#71875: [PATCH] gnu: wireviz: Update to 0.4.1.
  2024-07-22  8:04 ` [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.1 Evgeny Pisemsky
@ 2024-08-20  8:31   ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-08-20  8:31 UTC (permalink / raw)
  To: Evgeny Pisemsky; +Cc: 71875-done

Hello,

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-20  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 12:26 [bug#71875] [PATCH] gnu: wireviz: Update to 0.4 Evgeny Pisemsky
2024-07-22  8:04 ` [bug#71875] [PATCH] gnu: wireviz: Update to 0.4.1 Evgeny Pisemsky
2024-08-20  8:31   ` bug#71875: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).