* [PATCH] gnu: xonsh: Update to 0.5.2.
@ 2017-01-12 10:50 Danny Milosavljevic
2017-01-12 18:17 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-12 10:50 UTC (permalink / raw)
To: guix-devel
* gnu/packages/shells.scm (xonsh): Update to 0.5.2.
---
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 960cb1f2a..5237e8120 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -299,14 +299,14 @@ ksh, and tcsh.")
(define-public xonsh
(package
(name "xonsh")
- (version "0.5.1")
+ (version "0.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
- "1a3jkvfh1xc6aw557y8zjn498q89bapyx4dxc3md7qwrmnj9pkv3"))
+ "13ndyq9cal2j93qqbjyp2jn3cshiavdxsaj2qjzm6mas0gzywmf0"))
(modules '((guix build utils)))
(snippet
`(begin
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-12 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 10:50 [PATCH] gnu: xonsh: Update to 0.5.2 Danny Milosavljevic
2017-01-12 18:17 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.