mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xonsh: Update to 0.19.2.
* gnu/packages/shells.scm (xonsh): Update to 0.19.2. Change-Id: I4e63bda10ebf15915b01923c677d9577aa86021e
This commit is contained in:
parent
2558392803
commit
522d34f7d8
1 changed files with 2 additions and 2 deletions
|
|
@ -547,14 +547,14 @@ ksh, and tcsh.")
|
|||
(define-public xonsh
|
||||
(package
|
||||
(name "xonsh")
|
||||
(version "0.18.3")
|
||||
(version "0.19.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xonsh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pvra253inzlw3rsplifqk953vvb92zh453m30v0hzp7yz9k0xp5"))
|
||||
"1c30p5qvn6c2l1jq7lby86m0cg9s2k3xrbbcznpc78jlv600dpfg"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue