python312Packages.types-beautifulsoup4: 4.12.0.20240511 -> 4.12.0.20240907

This commit is contained in:
Fabian Affolter 2024-09-08 10:13:55 +02:00
parent e2938467e6
commit df98a3c4f5

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "types-beautifulsoup4";
version = "4.12.0.20240511";
version = "4.12.0.20240907";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AE9glv3YOxnNv2yxDk6uV7ECBezMNl0Kadd9qDYBLig=";
hash = "sha256-jQI7hlMJIgcEF6HUxNkWeKsP8kObOyss/6O2KLSeurE=";
};
build-system = [ setuptools ];