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

python310Packages.types-pyyaml: 6.0.12.8 -> 6.0.12.9
This commit is contained in:
Nick Cao 2023-05-12 12:02:15 +08:00 committed by GitHub
commit 10508fbe47
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.8";
version = "6.0.12.9";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
hash = "sha256-GTBIaaidSa8AvmgeeyZ0FN8hP064ljTESV+mLo+UK58=";
hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY=";
};
# Module doesn't have tests