python3Packages.types-beautifulsoup4: 4.12.0.20250204 -> 4.12.0.20250516 (#409957)

authored by Nick Cao and committed by GitHub 6a615ea8 852646b3

+2 -2
+2 -2
pkgs/development/python-modules/types-beautifulsoup4/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-beautifulsoup4"; 11 - version = "4.12.0.20250204"; 11 + version = "4.12.0.20250516"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "types_beautifulsoup4"; 16 16 inherit version; 17 - hash = "sha256-8IPY7cvQEnn4w5lbVs//LQHxu4lMO1AroRjTb7vElb8="; 17 + hash = "sha256-qhndc7M7cNYpat+S2oq4oMlFxQfm+31dtVNBXMd7QX4="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];