all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61544] [PATCH] gnu: python-asttokens: Update to 2.2.1.
@ 2023-02-15 23:24 Nicolas Graves via Guix-patches via
  2023-09-02  6:15 ` bug#61544: " Vagrant Cascadian
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-02-15 23:24 UTC (permalink / raw)
  To: 61544; +Cc: ngraves

* 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





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

end of thread, other threads:[~2023-09-02  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 23:24 [bug#61544] [PATCH] gnu: python-asttokens: Update to 2.2.1 Nicolas Graves via Guix-patches via
2023-09-02  6:15 ` bug#61544: " Vagrant Cascadian

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.