about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:57 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:57:03 +0100
commitc998552f7d2b3539177d9dab234e98034116fc6c (patch)
tree88aee9ae82169c5b1d77fa66e8a5c9a8bf662cfa
parent08d0720b154eb320986b42586b1c01c09b7a8fa4 (diff)
python3Packages.types-typed-ast: 1.5.8.3 -> 1.5.8.4
-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 fe16137f19a83..7b72ea6019b0a 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.8.3";
+  version = "1.5.8.4";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-OmK8JRaPi0TOdOERT5+8Luh9bpbjiAy+85qtlSJVW04=";
+    hash = "sha256-KFU4ZFKJdRtKfFnh2WZI2o84O4o8nUcYeyib781XjLg=";
   };
 
   # Module doesn't have tests