about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astroid/default.nix
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-01-12 15:44:00 +0100
committerGaetan Lepage <gaetan@glepage.com>2024-01-12 15:53:37 +0100
commit17aad7ce46a73dd52416c727a11bcbd2e62fd1ce (patch)
tree9982e93492f19af2e077ada9cb684049d79aed3c /pkgs/development/python-modules/astroid/default.nix
parent8bb118403b4b551d3001e7b9171f577249635c03 (diff)
python311Packages.astroid: 3.0.1 -> 3.0.2
Changelog: https://github.com/PyCQA/astroid/blob/refs/tags/v3.0.2/ChangeLog
Diffstat (limited to 'pkgs/development/python-modules/astroid/default.nix')
-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 6d5c11104315f..fd0812139e3c6 100644
--- a/pkgs/development/python-modules/astroid/default.nix
+++ b/pkgs/development/python-modules/astroid/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "astroid";
-  version = "3.0.1"; # Check whether the version is compatible with pylint
+  version = "3.0.2"; # Check whether the version is compatible with pylint
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "PyCQA";
     repo = "astroid";
     rev = "refs/tags/v${version}";
-    hash = "sha256-z6FmB3I3VmiIx0MSsrkvHmDVv2h3CaaeXlDG3DewGXw=";
+    hash = "sha256-KTmFJKlymI1ACWk3UhbkZF/dB9W8/h6kaAfKLL3yiCA=";
   };
 
   nativeBuildInputs = [