summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/astroid
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:57 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commit372ff4cba39edb6c24f29921fd14f256b02530ec (patch)
tree61e8cb684349945ca3b6f1240808017fa8c230d5 /pkgs/development/python-modules/astroid
parentpython3Packages.arviz: 0.11.2 -> 0.11.4 (diff)
downloadnixpkgs-372ff4cba39edb6c24f29921fd14f256b02530ec.tar.gz
python3Packages.astroid: 2.7.3 -> 2.8.2
Diffstat (limited to 'pkgs/development/python-modules/astroid')
-rw-r--r--pkgs/development/python-modules/astroid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix
index a4694663bb6b..c79928e58e47 100644
--- a/pkgs/development/python-modules/astroid/default.nix
+++ b/pkgs/development/python-modules/astroid/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "astroid";
- version = "2.7.3"; # Check whether the version is compatible with pylint
+ version = "2.8.2"; # Check whether the version is compatible with pylint
disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
- sha256 = "08qxw58cdyglkni6ahyil4cmnb48zz0wr4v05gzqk4r5ifs4gl2m";
+ sha256 = "0140h4l7licwdw0scnfzsbi5b2ncxi7fxhdab7c1i3sk01r4asp6";
};
SETUPTOOLS_SCM_PRETEND_VERSION=version;