unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: "Stefan Reichör" <stefan@xsteve.at>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: xonsh: Update to 0.5.0.
Date: Thu, 22 Dec 2016 18:01:06 -0500	[thread overview]
Message-ID: <877f6rzhzh.fsf@openmailbox.org> (raw)
In-Reply-To: <87r34z7iab.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Thu, 22 Dec 2016 22:42:04 +0100")

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

Stefan Reichör <stefan@xsteve.at> writes:

> From 9a924507483674a3059b520b5e257304ebc97fce Mon Sep 17 00:00:00 2001
> From: Stefan Reichoer <stefan@xsteve.at>
> Date: Thu, 22 Dec 2016 22:35:05 +0100
> Subject: [PATCH] gnu: xonsh: Update to 0.5.0.
>
> * gnu/packages/shells.scm (xonsh): Update to 0.5.0.
> ---
>  gnu/packages/shells.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
> index 1931609..5fbac74 100644
> --- a/gnu/packages/shells.scm
> +++ b/gnu/packages/shells.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2014 Kevin Lemonnier <lemonnierk@ulrar.net>
>  ;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
>  ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
> +;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -298,21 +299,21 @@ ksh, and tcsh.")
>  (define-public xonsh
>    (package
>      (name "xonsh")
> -    (version "0.4.7")
> +    (version "0.5.0")
>      (source
>        (origin
>          (method url-fetch)
>          (uri (pypi-uri "xonsh" version))
>          (sha256
>            (base32
> -            "04b0z41mxiwsp5rl21fzrixcdmx2kndjlh4gn3582qfga9hihf20"))
> +            "1iml0mrjl2j3dsan5app6am77bd59s855p6yy6505ljdh552mv01"))
>          (modules '((guix build utils)))
>          (snippet
>           `(begin
>              ;; Delete bundled ply.
>              (delete-file-recursively "xonsh/ply")
>              (substitute* '("setup.py")
> -              (("'xonsh\\.ply',") ""))
> +              (("'xonsh\\.ply\\.ply',") ""))
>              #t))))
>      (build-system python-build-system)
>      (arguments

Thanks for the update! Pushed as 572ee05c3134cf9408ba463c97fdbacb9a98f714.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2016-12-22 23:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-22 21:42 [PATCH] gnu: xonsh: Update to 0.5.0 Stefan Reichör
2016-12-22 23:01 ` Kei Kebreau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877f6rzhzh.fsf@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=guix-devel@gnu.org \
    --cc=stefan@xsteve.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).