Merge pull request #206705 from r-ryantm/auto-update/python310Packages.types-pyyaml

python310Packages.types-pyyaml: 6.0.12.1 -> 6.0.12.2
This commit is contained in:
Fabian Affolter 2022-12-18 20:59:04 +01:00 committed by GitHub
commit e75ed2f09f
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.12.1";
version = "6.0.12.2";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-cMyq/PP7QE1Xv/wVKf3YahPotPLPn8PugaZAjOCtWdI=";
sha256 = "sha256-aECBmHHJLe6+aiBn+4AMEbigY2MutOPnVZFOerNgToM=";
};
# Module doesn't have tests