python310Packages.types-pyyaml: 6.0.8 -> 6.0.9

This commit is contained in:
Fabian Affolter 2022-07-12 13:12:43 +02:00
parent 6bff61fa6c
commit 05525621ab

View file

@ -5,13 +5,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-pyyaml"; pname = "types-pyyaml";
version = "6.0.8"; version = "6.0.9";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
pname = "types-PyYAML"; pname = "types-PyYAML";
inherit version; inherit version;
sha256 = "0f349hmw597f2gcja445fsrlnfzb0dj7fy62g8wcbydlgcvmsjfr"; sha256 = "sha256-M651yEuPYf3fDGPpx+VX252xaUrTwu6GKOxe/rtaXps=";
}; };
# Module doesn't have tests # Module doesn't have tests