gnu: jc: Update to 1.13.4.
* gnu/packages/admin.scm (jc): Update to 1.13.4.
This commit is contained in:
parent
01af05bf0b
commit
b94cb3be2a
1 changed files with 14 additions and 13 deletions
|
@ -3984,21 +3984,22 @@ supplied by the user when logging in.")
|
||||||
(define-public jc
|
(define-public jc
|
||||||
(package
|
(package
|
||||||
(name "jc")
|
(name "jc")
|
||||||
(version "1.11.8")
|
(version "1.13.4")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
|
;; The PyPI tarball lacks the test suite.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/kellyjonbrazil/jc")
|
(url "https://github.com/kellyjonbrazil/jc")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rwvyyrdnw43pixp8h51rncq2inc9pbbj1j2191y5si00pjw34zr"))))
|
||||||
"0rkckbgm04ql4r48wjgljfiqvsz36n99yqcpcyna8lvlm8h4nmwa"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ruamel.yaml" ,python-ruamel.yaml)
|
`(("python-pygments" ,python-pygments)
|
||||||
("python-xmltodict" ,python-xmltodict)
|
("python-ruamel.yaml" ,python-ruamel.yaml)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-xmltodict" ,python-xmltodict)))
|
||||||
(home-page "https://github.com/kellyjonbrazil/jc")
|
(home-page "https://github.com/kellyjonbrazil/jc")
|
||||||
(synopsis "Convert the output of command-line tools to JSON")
|
(synopsis "Convert the output of command-line tools to JSON")
|
||||||
(description "@code{jc} JSONifies the output of many CLI tools and
|
(description "@code{jc} JSONifies the output of many CLI tools and
|
||||||
|
|
Reference in a new issue