about summary refs log tree commit diff
path: root/pkgs/development/python-modules/types-typed-ast
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:59:06 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:26 +0100
commite8213b3ad205fa1777ecb794e3f358fc45d1a43d (patch)
tree08d8fe8519ae52b71805e035e07bc05fe1c86fc9 /pkgs/development/python-modules/types-typed-ast
parentf4df88d1c9e44a686fb5da81352ab1da769a3de8 (diff)
python3Packages.types-typed-ast: 1.5.1 -> 1.5.2
Diffstat (limited to 'pkgs/development/python-modules/types-typed-ast')
-rw-r--r--pkgs/development/python-modules/types-typed-ast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-typed-ast/default.nix b/pkgs/development/python-modules/types-typed-ast/default.nix
index 4962f2d02e3ad..e08450c6a3e74 100644
--- a/pkgs/development/python-modules/types-typed-ast/default.nix
+++ b/pkgs/development/python-modules/types-typed-ast/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-typed-ast";
-  version = "1.5.1";
+  version = "1.5.2";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-UQ876qlUkrNUTWfoFYGvopA8dktwiJ/82yhubGJn0pc=";
+    hash = "sha256-bY/S6pCDbLQxEayKrnzYZOCYWTyT7M66kP5G1rewxz4=";
   };
 
   # Module doesn't have tests