about summary refs log tree commit diff
path: root/pkgs/development/python-modules/types-typed-ast
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-15 00:37:50 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-11-18 14:16:51 +0100
commit8bd7e5c1624ef006786aa763892778c027d25266 (patch)
treedf0e1266dbe31ab18ace7755d09daa456928fc17 /pkgs/development/python-modules/types-typed-ast
parentffb5403eb6a43989227feda2e3d9b713d2519da7 (diff)
python39Packages.types-typed-ast: 1.4.4 -> 1.5.0
Diffstat (limited to 'pkgs/development/python-modules/types-typed-ast')
-rw-r--r--pkgs/development/python-modules/types-typed-ast/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/types-typed-ast/default.nix b/pkgs/development/python-modules/types-typed-ast/default.nix
index 2ba006b578c4d..7c2c7f66a246b 100644
--- a/pkgs/development/python-modules/types-typed-ast/default.nix
+++ b/pkgs/development/python-modules/types-typed-ast/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "types-typed-ast";
-  version = "1.4.4";
+  version = "1.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ffa0471e0ba19c4ea0cba0436d660871b5f5215854ea9ead3cb5b60f525af75a";
+    sha256 = "sha256-2Op5y/vFIL6Nm8jeSHL0SzQtvbwJFmfi8hsDu9eWkVA=";
   };
 
   # Module doesn't have tests
@@ -21,6 +21,6 @@ buildPythonPackage rec {
     description = "Typing stubs for typed-ast";
     homepage = "https://github.com/python/typeshed";
     license = licenses.asl20;
-    maintainers = with maintainers; [ superherointj veehaitch ];
+    maintainers = with maintainers; [ SuperSandro2000 veehaitch ];
   };
 }