guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/31: gnu: xonsh: Update to 0.6.1.


From: Tobias Geerinckx-Rice
Subject: 15/31: gnu: xonsh: Update to 0.6.1.
Date: Mon, 16 Apr 2018 22:49:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 05341cc97b3d4cbfe12b0814342ca95f5fcc4ee1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 17 02:36:33 2018 +0200

    gnu: xonsh: Update to 0.6.1.
    
    * gnu/packages/shells.scm (xonsh): Update to 0.6.1.
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 69bc09a..f5e7b7a 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -357,14 +357,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.6.0")
+    (version "0.6.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-            "1ikd1xg4iyjqp51y8g8n6c4y39bgx85xnb4bdd3zibkqac3lrahr"))
+            "09rrfcwpirbxmjjqnsbyn7lwm1wyn41z5zhkbnv57i5hcgs72kx6"))
         (modules '((guix build utils)))
         (snippet
          `(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]