mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: xonsh: Update to 0.9.20.
* gnu/packages/shells.scm (xonsh): Update to 0.9.20.
This commit is contained in:
parent
d560a2c781
commit
92bc522932
1 changed files with 2 additions and 3 deletions
|
@ -513,14 +513,13 @@ (define-public zsh
|
|||
(define-public xonsh
|
||||
(package
|
||||
(name "xonsh")
|
||||
(version "0.9.19")
|
||||
(version "0.9.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xonsh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k7v2d166w74j4pw1v72dskhb1xxn40hz874579v4yyvbpfpazcp"))
|
||||
(base32 "0yhf7vw8csk53cqxkgqbfmndl06x8pywnxylvriz3zql6hn416xf"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
|
|
Loading…
Reference in a new issue