diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2021-11-15 00:37:50 +0100 |
|---|---|---|
| committer | adisbladis <adisbladis@gmail.com> | 2022-02-06 11:54:14 +1200 |
| commit | ad6f8749c4d18cfdae6e669299c9276ef1da9126 (patch) | |
| tree | 60e314c6bc3b4ff3abdbbf16f026ef984bc8b253 | |
| parent | python39Packages.types-typed-ast: init 1.4.4 (diff) | |
| download | nixpkgs-ad6f8749c4d18cfdae6e669299c9276ef1da9126.tar.gz | |
python39Packages.types-typed-ast: 1.4.4 -> 1.5.0
(cherry picked from commit 8bd7e5c1624ef006786aa763892778c027d25266)
| -rw-r--r-- | pkgs/development/python-modules/types-typed-ast/default.nix | 6 |
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 2ba006b578c4..7c2c7f66a246 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 ]; }; } |
