all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 61544@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#61544] [PATCH] gnu: python-asttokens: Update to 2.2.1.
Date: Thu, 16 Feb 2023 00:24:03 +0100	[thread overview]
Message-ID: <20230215232403.5188-1-ngraves@ngraves.fr> (raw)

* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.2.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1af2c1546b..50e42863c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9446,13 +9446,13 @@ (define-public python-pure-eval
 (define-public python-asttokens
   (package
     (name "python-asttokens")
-    (version "2.0.5")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "asttokens" version))
        (sha256
-        (base32 "1mglbkikxvnhrk3inbx0v1qzxwd38qjr6l35sn098yicy0ac2m4s"))))
+        (base32 "1wwlpvnrh67z4228841zgpqc46vigslzmbvk2izbfc3g585i28j6"))))
     (build-system python-build-system)
     (propagated-inputs (list python-six))
     (native-inputs (list python-astroid python-pytest python-setuptools-scm))
-- 
2.39.1





             reply	other threads:[~2023-02-15 23:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 23:24 Nicolas Graves via Guix-patches via [this message]
2023-09-02  6:15 ` bug#61544: [PATCH] gnu: python-asttokens: Update to 2.2.1 Vagrant Cascadian

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=20230215232403.5188-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=61544@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /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.