python310Packages.types-pyyaml: 6.0.12 -> 6.0.12.1

This commit is contained in:
R. Ryantm 2022-10-30 16:14:25 +00:00
parent 4a9f9e03fc
commit 1761c5d085

View file

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