Merge pull request #292277 from fabaff/types-beautifulsoup4-bump

python311Packages.types-beautifulsoup4: 4.12.0.20240106 -> 4.12.0.202…
This commit is contained in:
Fabian Affolter
2024-02-29 10:19:50 +01:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-beautifulsoup4";
version = "4.12.0.20240106";
version = "4.12.0.20240229";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-mNYomFtxsUC9O8IqjLCrYDwvLQjyDTeSWWXrSiFzm+g=";
hash = "sha256-435M+hGwOwF3VzLlbSwBDLJO4Qd4Yne65rwPo+MFtoY=";
};
propagatedBuildInputs = [