mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-yq: Update to 3.1.0.
* gnu/packages/python-xyz.scm (python-yq): Update to 3.1.0. [inputs]: Add python-toml. [native-inputs]: Add python-setuptools-scm. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
95ffc45646
commit
add66292de
1 changed files with 4 additions and 4 deletions
|
@ -21580,14 +21580,14 @@ style guide, even if the original code didn't violate the style guide.")
|
||||||
(define-public python-yq
|
(define-public python-yq
|
||||||
(package
|
(package
|
||||||
(name "python-yq")
|
(name "python-yq")
|
||||||
(version "2.11.1")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "yq" version))
|
(uri (pypi-uri "yq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q4rky0a6n4izmq7slb91a54g8swry1xrbfqxwc8lkd3hhvlxxkl"))))
|
"1wklgs3d9si475nffw9agq5kgk8bdicbsmlj4sx4kiw64ji4ma1h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -21602,9 +21602,9 @@ style guide, even if the original code didn't violate the style guide.")
|
||||||
"/bin/jq")))
|
"/bin/jq")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-argcomplete python-pyyaml python-xmltodict jq))
|
(list python-argcomplete python-pyyaml python-xmltodict python-toml jq))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage python-flake8 python-wheel))
|
(list python-coverage python-flake8 python-setuptools-scm python-wheel))
|
||||||
(home-page "https://github.com/kislyuk/yq")
|
(home-page "https://github.com/kislyuk/yq")
|
||||||
(synopsis "Command-line YAML/XML processor")
|
(synopsis "Command-line YAML/XML processor")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue