mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python310Packages.types-typed-ast: 1.5.8.1 -> 1.5.8.3
This commit is contained in:
parent
49836f4b8d
commit
0e23c91f08
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-typed-ast";
|
||||
version = "1.5.8.1";
|
||||
version = "1.5.8.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-9kwV7ATAkRgZrEwP0AUnlRMgAfv16iPR1+T+rX3km/w=";
|
||||
hash = "sha256-OmK8JRaPi0TOdOERT5+8Luh9bpbjiAy+85qtlSJVW04=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user