lol

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

python310Packages.types-pyyaml: 6.0.12.3 -> 6.0.12.4

authored by

Weijia Wang and committed by
GitHub
2f04861c c2078e31

+2 -2
+2 -2
pkgs/development/python-modules/types-pyyaml/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-pyyaml"; 8 - version = "6.0.12.3"; 8 + version = "6.0.12.4"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 pname = "types-PyYAML"; 13 13 inherit version; 14 - sha256 = "sha256-F84Xs+rY8G5BajsdW43cbLgqQiuyACVN2LRpQ0sEX/w="; 14 + sha256 = "sha256-rebjKKWj34FsR8kSwuHpRq4rrOkHRKpzER7mg0sDoxQ="; 15 15 }; 16 16 17 17 # Module doesn't have tests