gnu: xonsh: Update to 0.9.19.
* gnu/packages/shells.scm (xonsh): Update to 0.9.19.
This commit is contained in:
parent
967fa5d072
commit
10d115545b
@ -513,14 +513,14 @@ ksh, and tcsh.")
|
|||||||
(define-public xonsh
|
(define-public xonsh
|
||||||
(package
|
(package
|
||||||
(name "xonsh")
|
(name "xonsh")
|
||||||
(version "0.9.18")
|
(version "0.9.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "xonsh" version))
|
(uri (pypi-uri "xonsh" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h4rrwzwiwkyi9p49sjn97rl39fqq2r23hchzsw0s3fcwa7m8fkj"))
|
"0k7v2d166w74j4pw1v72dskhb1xxn40hz874579v4yyvbpfpazcp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
Loading…
Reference in New Issue
Block a user