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

python310Packages.types-pyyaml: 6.0.12.2 -> 6.0.12.3
This commit is contained in:
Fabian Affolter 2023-01-25 09:22:15 +01:00 committed by GitHub
commit 47566e1716
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.2";
version = "6.0.12.3";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-aECBmHHJLe6+aiBn+4AMEbigY2MutOPnVZFOerNgToM=";
sha256 = "sha256-F84Xs+rY8G5BajsdW43cbLgqQiuyACVN2LRpQ0sEX/w=";
};
# Module doesn't have tests