lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.types-pyyaml: 6.0.12.9 -> 6.0.12.11

+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.9"; 8 + version = "6.0.12.11"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 pname = "types-PyYAML"; 13 13 inherit version; 14 - hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY="; 14 + hash = "sha256-fTQLGcoozd/bpDjuY4zUCEveIT5QGjl4c4VD4nCUd1s="; 15 15 }; 16 16 17 17 # Module doesn't have tests