guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-astroid: Update to 2.11.7.


From: guix-commits
Subject: 01/02: gnu: python-astroid: Update to 2.11.7.
Date: Wed, 22 Feb 2023 09:15:34 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit a67b2d4940d99837410ae76589c651b70c111731
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Feb 22 15:10:24 2023 +0100

    gnu: python-astroid: Update to 2.11.7.
    
    There is a newer version, but this one compiles and may be less disruptive
    on dependent packages.
    
    * gnu/packages/python-xyz.scm (python-astroid): Update to 2.11.7.
---
 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 b29a1a03e5..bf50c9ed71 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20041,7 +20041,7 @@ both as keys and as attributes.")
 (define-public python-astroid
   (package
     (name "python-astroid")
-    (version "2.9.0")
+    (version "2.11.7")
     (source
      (origin
        (method git-fetch)
@@ -20050,7 +20050,7 @@ both as keys and as attributes.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19iiys4233cicpm48fd7lrkm31kk47qiv44wvk952rqbcn4rd2dh"))))
+        (base32 "0lmm5bhszg1nj0xsjnh5nm39if2jzpa3ycgvhy6ddycz28dy568y"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-lazy-object-proxy python-typing-extensions python-wrapt))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]