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.
This commit is contained in:
parent
3c756188d5
commit
a67b2d4940
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue