[PATCH] gnu: xdot: Update to 1.4.

  • Done
  • quality assurance status badge
Details
One participant
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 5 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
7e9071ede26fb588decb7cefd94bcd7c6eeedeba.1728799735.git.poptsov.artyom@gmail.com
* gnu/packages/graphviz.scm (xdot): Update to 1.4.
[native-inputs]: Add python-packaging.

Change-Id: Ifc06ab8fddfd23d0273d134efec610750bf2a462
---
gnu/packages/graphviz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 18f4fc147d..a1626d3c58 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -277,7 +277,7 @@ (define-public gts
(define-public xdot
(package
(name "xdot")
- (version "1.3")
+ (version "1.4")
(source
(origin
;; PyPI tarball is missing some test files.
@@ -287,7 +287,7 @@ (define-public xdot
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00j147183yf6wp1rnlp26vvsnsz5v56qgffdpd2ijkpvphvyyiyi"))))
+ (base32 "1l34ahvcz90j3j7aspp9wqvxpq10mzgq7l0sanrj142ihdnbahvy"))))
(build-system python-build-system)
(arguments
(list
@@ -329,7 +329,8 @@ (define-public xdot
(when tests?
(add-installed-pythonpath inputs outputs)
(invoke "python" "test.py")))))))
- (native-inputs (list gobject-introspection xorg-server-for-tests))
+ (native-inputs (list gobject-introspection xorg-server-for-tests
+ python-packaging))
(inputs (list at-spi2-core
bash-minimal
(librsvg-for-system)

base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
--
2.46.0
Artyom V. Poptsov wrote 5 months ago
(address . 73785-done@debbugs.gnu.org)
87v7xl6tzw.fsf@gmail.com
Pushed to the "master" branch as
e8a3f50fb0edfe61abe180544dbc4789884337d5.

- avp

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQJNBAEBCgA3FiEEAf2F9Bp7f4IFgwalk16+BzbchX4FAmcWw6kZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRCTXr4HNtyFfkTyD/wM21kCvlaq53dVob1XNfPY
jpJAv761lXwPsWenuVQYD4IUJ3MsdXaL8Im7FsTJMaYVYoQDj2dql4ITph04TPem
0sav1R7EPx11lX4XR+15uMsALfGma3gh+zmS/fiXGQe0hGJfKLdSvcT4RTYfFmLD
sXCTSKvXTPceKXYdm4UMa0Skh+D17I99m9Wn/f0DK3xVSuCEANtGdsLWXqRi1Nvh
WAFeMrC+mcoJ0ABmAg8ePPshI1vM3MunKQsLyuQlQHcnPGzhfSTyZfdEP1KY8GAG
AFlag7/pNwoLJD89o5Jqnxv8QLpHk2FyYzOfe2lV90i8UFeV7EYJYm7/D4sGuF38
AH9TemzfrAGgG3iTjlWqWKR4xde7FVLJ/hGLk71f7mp5hS8xQrFWVlfRpQiQ8RBK
4daCkvsLIp0fzmjKdfrfzDb8f6C6EVptbhGu70lRKkrrGw5flUTiuihHlm3e7pf3
/o8XjTpO/xKHazf6YoyMSUoaBGzthYfWOd4ZwrQcK5q4pr67xOpLivaWBntswtYH
VmZtj5H/zkDHQ1BYWt43kxr+AnUPjHDmoYM4L5JGentvbThC7dmR403c0bxNfSqk
Fv+B4DFpFTx7zRy/mQ3xPx3r44q+d49+EVpYwSYEPjoML2Zb/FaovJ4KVBRUU9H9
HuG4MGSOheu+8uPBUqNl6Q==
=JMrh
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73785@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73785
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help