python310Packages.types-pyyaml: 6.0.10 -> 6.0.11

This commit is contained in:
R. Ryantm 2022-08-01 09:06:15 +00:00 committed by Jonathan Ringer
parent dd33169a07
commit 579d583a6b

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.10";
version = "6.0.11";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-oWdsrrCYCWgz/i8Ucufqjev3ZjIilk+pBUXPqv6/M4U=";
sha256 = "sha256-f32i/RHpvB5enrPqG+hPSEl0cBeln8Lu4Oo07RFHwuA=";
};
# Module doesn't have tests