python312Packages.types-beautifulsoup4: 4.12.0.20240229 -> 4.12.0.20240504

This commit is contained in:
Fabian Affolter
2024-05-04 12:09:31 +02:00
parent ccaadda9dd
commit 3342386cd8
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-beautifulsoup4";
version = "4.12.0.20240229";
version = "4.12.0.20240504";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-435M+hGwOwF3VzLlbSwBDLJO4Qd4Yne65rwPo+MFtoY=";
hash = "sha256-17evTMxS/CJ4TTOlKWleNDKam91dtqZJybJcssOhSNU=";
};
propagatedBuildInputs = [