mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python: astroid: 2.3.3 -> 2.4.1
This commit is contained in:
parent
d689cfeef0
commit
1ddbc1f042
@ -5,13 +5,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "astroid";
|
||||
version = "2.3.3";
|
||||
version = "2.4.1";
|
||||
|
||||
disabled = pythonOlder "3.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a";
|
||||
sha256 = "4c17cea3e592c21b6e222f673868961bad77e1f985cb1694ed077475a89229c1";
|
||||
};
|
||||
|
||||
# From astroid/__pkginfo__.py
|
||||
|
Loading…
Reference in New Issue
Block a user