mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xonsh: Update to 0.6.0.
* gnu/packages/shells.scm (xonsh): Update to 0.6.0.
This commit is contained in:
parent
c300cae682
commit
f0aba38440
1 changed files with 2 additions and 2 deletions
|
@ -381,14 +381,14 @@ (define-public zsh
|
|||
(define-public xonsh
|
||||
(package
|
||||
(name "xonsh")
|
||||
(version "0.5.12")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xonsh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yz595hx5bni524m73cx8a08vcr6vfksfci14nx2ylz53igzva2c"))
|
||||
"1ikd1xg4iyjqp51y8g8n6c4y39bgx85xnb4bdd3zibkqac3lrahr"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
|
|
Loading…
Reference in a new issue