summary refs log tree commit diff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 03:34:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-13 16:09:42 +0200
commit10d115545b4bfa4ad50b57e71c8631740ce23698 (patch)
tree8722929f7505f9d2d31e77fac7b699c1483081bb /gnu/packages/shells.scm
parent967fa5d0726d86d045552e656dba607a1ef2f7f1 (diff)
downloadguix-10d115545b4bfa4ad50b57e71c8631740ce23698.tar.gz
gnu: xonsh: Update to 0.9.19.
* gnu/packages/shells.scm (xonsh): Update to 0.9.19.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1ebdfce768..f8b7ada1e8 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -513,14 +513,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.9.18")
+    (version "0.9.19")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-            "1h4rrwzwiwkyi9p49sjn97rl39fqq2r23hchzsw0s3fcwa7m8fkj"))
+            "0k7v2d166w74j4pw1v72dskhb1xxn40hz874579v4yyvbpfpazcp"))
         (modules '((guix build utils)))
         (snippet
          `(begin