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

python310Packages.types-pyyaml: 6.0.12 -> 6.0.12.1
This commit is contained in:
Fabian Affolter
2022-10-30 18:29:04 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12";
version = "6.0.12.1";
format = "setuptools";
src = fetchPypi {
pname = "types-PyYAML";
inherit version;
sha256 = "sha256-9vNQQYElhy8/BAnZamKlpc60UjGvXMB+4ANOxIo8gvo=";
sha256 = "sha256-cMyq/PP7QE1Xv/wVKf3YahPotPLPn8PugaZAjOCtWdI=";
};
# Module doesn't have tests