lol

python310Packages.types-typed-ast: 1.5.8 -> 1.5.8.1

+2 -2
+2 -2
pkgs/development/python-modules/types-typed-ast/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-typed-ast"; 8 - version = "1.5.8"; 8 + version = "1.5.8.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-FW+6ypA+hXH+cLsLVi/7qSp8vbe6yacTNRyifYgYO6c="; 13 + hash = "sha256-9kwV7ATAkRgZrEwP0AUnlRMgAfv16iPR1+T+rX3km/w="; 14 14 }; 15 15 16 16 # Module doesn't have tests