Merge pull request #181209 from fabaff/types-pyyaml-bump

python310Packages.types-pyyaml: 6.0.8 -> 6.0.9
This commit is contained in:
Fabian Affolter 2022-07-12 22:40:36 +02:00 committed by GitHub
commit 81997e58a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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