all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2.
@ 2021-11-28 15:08 jgart via Guix-patches via
  2021-11-28 15:08 ` [bug#52160] [PATCH 2/7] gnu: python2-jedi: Remove package jgart via Guix-patches via
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: jgart via Guix-patches via @ 2021-11-28 15:08 UTC (permalink / raw)
  To: 52160; +Cc: jgart

Hi Guixers,

Here is a patch set for updating the unmaintained python language server 
that's in guix to use the new fork by the Spyder IDE team and community.

all best,

jgart

* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
---
 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 ffd39860d8..de43be43b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21320,13 +21320,13 @@ (define-public python-onetimepass
 (define-public python-parso
   (package
     (name "python-parso")
-    (version "0.7.1")
+    (version "0.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parso" version))
        (sha256
-        (base32 "1f9fc99mjx0h2ad4mgsid728nnmw58hvnq3411g8ljlr9dr49fna"))))
+        (base32 "161k8771m7w60qakyvrwf9q62lvakmix7mpfylpy7713qs939f0j"))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (build-system python-build-system)
-- 
2.34.0





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

end of thread, other threads:[~2021-12-01 23:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28 15:08 [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2 jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 2/7] gnu: python2-jedi: Remove package jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 3/7] gnu: python-jedi: Update to 0.18.1 jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52161] [PATCH 4/7] gnu: Add python-lsp-jsonrpc jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 5/7] gnu: python-lsp-jsonrpc: Add deprecated alias jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 6/7] gnu: Add python-lsp-server jgart via Guix-patches via
2021-11-28 15:08 ` [bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alias jgart via Guix-patches via
2021-12-01 16:15 ` [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2 Nicolas Goaziou
2021-12-01 23:18   ` jgart via Guix-patches via

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.