python312Packages.types-beautifulsoup4: 4.12.0.20240511 -> 4.12.0.202… (#340464)

This commit is contained in:
Fabian Affolter 2024-09-08 13:36:56 +02:00 committed by GitHub
commit 04b09051cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];