python310Packages.types-pyyaml: 6.0.12.6 -> 6.0.12.8

This commit is contained in:
R. Ryantm 2023-02-21 13:08:13 +00:00
parent 0663b90f54
commit bfe882988a

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.6";
version = "6.0.12.8";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-JOdrk41Y5oZFJx7rFJr2Ai0dqZeI5IH5Wb0oSxZPOaE=";
sha256 = "sha256-GTBIaaidSa8AvmgeeyZ0FN8hP064ljTESV+mLo+UK58=";
};
# Module doesn't have tests