Merge pull request #247205 from fabaff/types-pyyaml-bump

python311Packages.types-pyyaml: 6.0.12.9 -> 6.0.12.11
This commit is contained in:
Mario Rodas 2023-08-05 09:33:40 -05:00 committed by GitHub
commit e4d25e36e8
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.9";
version = "6.0.12.11";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY=";
hash = "sha256-fTQLGcoozd/bpDjuY4zUCEveIT5QGjl4c4VD4nCUd1s=";
};
# Module doesn't have tests