python310Packages.types-pyyaml: 6.0.12.4 -> 6.0.12.6

This commit is contained in:
R. Ryantm
2023-02-16 05:57:00 +00:00
parent 0617712c14
commit 80929738f5
@@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.4";
version = "6.0.12.6";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-rebjKKWj34FsR8kSwuHpRq4rrOkHRKpzER7mg0sDoxQ=";
sha256 = "sha256-JOdrk41Y5oZFJx7rFJr2Ai0dqZeI5IH5Wb0oSxZPOaE=";
};
# Module doesn't have tests