mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xdot: Update to 1.4.
* gnu/packages/graphviz.scm (xdot): Update to 1.4. [native-inputs]: Add python-packaging. Change-Id: Ifc06ab8fddfd23d0273d134efec610750bf2a462
This commit is contained in:
parent
59b2a60d00
commit
e8a3f50fb0
1 changed files with 4 additions and 3 deletions
|
@ -277,7 +277,7 @@ Graphviz and LaTeX.")
|
||||||
(define-public xdot
|
(define-public xdot
|
||||||
(package
|
(package
|
||||||
(name "xdot")
|
(name "xdot")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; PyPI tarball is missing some test files.
|
;; PyPI tarball is missing some test files.
|
||||||
|
@ -287,7 +287,7 @@ Graphviz and LaTeX.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00j147183yf6wp1rnlp26vvsnsz5v56qgffdpd2ijkpvphvyyiyi"))))
|
(base32 "1l34ahvcz90j3j7aspp9wqvxpq10mzgq7l0sanrj142ihdnbahvy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -329,7 +329,8 @@ Graphviz and LaTeX.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
(invoke "python" "test.py")))))))
|
(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
|
(inputs (list at-spi2-core
|
||||||
bash-minimal
|
bash-minimal
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue