me
/
guix
Archived
1
0
Fork 0

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.
master
Andreas Enge 2023-02-22 15:10:24 +01:00
parent 3c756188d5
commit a67b2d4940
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -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))