all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Edison Ibáñez" <arkhan@riseup.net>
To: 63665@debbugs.gnu.org
Subject: [bug#63665] [PATCH] gnu: xonsh: Update to 0.14.0
Date: Tue, 23 May 2023 14:48:53 +0000	[thread overview]
Message-ID: <89f357f00475dbedd3cf1ed719ed3620@riseup.net> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-PATCH-gnu-xonsh-Update-to-0.14.0.patch --]
[-- Type: text/x-diff; name=0001-PATCH-gnu-xonsh-Update-to-0.14.0.patch, Size: 993 bytes --]

From 0bc00034cbe9f8ef3fb754a69f2b25fb582a4b38 Mon Sep 17 00:00:00 2001
From: arkhan <arkhan@riseup.net>
Date: Tue, 23 May 2023 09:05:40 -0500
Subject: [PATCH] gnu: xonsh: Update to 0.14.0

* gnu/packages/shells.scm (xonsh): Update to 0.14.0
---
 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 3438facf17..b44e104c17 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -535,14 +535,14 @@ (define-public zsh
 (define-public xonsh
   (package
     (name "xonsh")
-    (version "0.13.4")
+    (version "0.14.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-           "19r1g8i8k6ds7ncvqdh58vkm4m5hz4w9zbglmg1mi7xcdqp4ax8h"))
+           "1wcv1sk8igs5kb9fqb8njbxwiqbwzpn0kdx9xkaddq3wn6msma25"))
         (modules '((guix build utils)))
         (snippet
          #~(begin
-- 
2.40.1


             reply	other threads:[~2023-05-23 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 14:48 Edison Ibáñez [this message]
2023-05-24  8:43 ` bug#63665: [PATCH] gnu: xonsh: Update to 0.14.0 Efraim Flashner

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

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

  git send-email \
    --in-reply-to=89f357f00475dbedd3cf1ed719ed3620@riseup.net \
    --to=arkhan@riseup.net \
    --cc=63665@debbugs.gnu.org \
    /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 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.