GNU bug report logs -
#73785
[PATCH] gnu: xdot: Update to 1.4.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73785 in the body.
You can then email your comments to 73785 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73785
; Package
guix-patches
.
(Sun, 13 Oct 2024 06:10:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 13 Oct 2024 06:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
You have taken responsibility.
(Mon, 21 Oct 2024 21:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 21 Oct 2024 21:14:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73785-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Pushed to the "master" branch as
e8a3f50fb0edfe61abe180544dbc4789884337d5.
- avp
--
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 19 Nov 2024 12:24:27 GMT)
Full text and
rfc822 format available.
This bug report was last modified 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.