all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: xonsh: Update to 0.5.5.
@ 2017-02-21 19:06 Danny Milosavljevic
  2017-02-21 19:17 ` Leo Famulari
  2017-02-22 10:33 ` Danny Milosavljevic
  0 siblings, 2 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2017-02-21 19:06 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/shells.scm (xonsh): Update to 0.5.5.
---
 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 5aada5434..2ea23acd3 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -342,14 +342,14 @@ ksh, and tcsh.")
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.5.3")
+    (version "0.5.5")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-            "1pb1am26wl21g798lpl091j95900py7jj4g98rs9qkhywiln4z4q"))
+            "1wa5g1gxk4aw8jazp3fqmr7mlkdmnva83x28i9xd3s99lv0qb3dd"))
         (modules '((guix build utils)))
         (snippet
          `(begin

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: xonsh: Update to 0.5.5.
  2017-02-21 19:06 [PATCH] gnu: xonsh: Update to 0.5.5 Danny Milosavljevic
@ 2017-02-21 19:17 ` Leo Famulari
  2017-02-22 10:33 ` Danny Milosavljevic
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2017-02-21 19:17 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: guix-devel

On Tue, Feb 21, 2017 at 08:06:43PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/shells.scm (xonsh): Update to 0.5.5.

LGTM, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: xonsh: Update to 0.5.5.
  2017-02-21 19:06 [PATCH] gnu: xonsh: Update to 0.5.5 Danny Milosavljevic
  2017-02-21 19:17 ` Leo Famulari
@ 2017-02-22 10:33 ` Danny Milosavljevic
  1 sibling, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2017-02-22 10:33 UTC (permalink / raw)
  To: guix-devel

Applied as f59a20cb6ccbde86a4b06428c9dbfe43ef813983 to master.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-22 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21 19:06 [PATCH] gnu: xonsh: Update to 0.5.5 Danny Milosavljevic
2017-02-21 19:17 ` Leo Famulari
2017-02-22 10:33 ` Danny Milosavljevic

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.