python3Packages.types-pyyaml: 6.0.12.11 -> 6.0.12.12

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:36 +01:00
parent 9b94eb9170
commit ba3f910f2a
@@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.11";
version = "6.0.12.12";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
hash = "sha256-fTQLGcoozd/bpDjuY4zUCEveIT5QGjl4c4VD4nCUd1s=";
hash = "sha256-M0Nz05L94P35WvXD8WYYhfoQxSFnsUWT64ViieGFUGI=";
};
# Module doesn't have tests