python312Packages.types-beautifulsoup4: 4.12.0.20240907 -> 4.12.0.202… (#349966)

This commit is contained in:
Nick Cao 2024-10-20 09:12:31 -04:00 committed by GitHub
commit 0b38e110c0
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.20240907";
version = "4.12.0.20241020";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-jQI7hlMJIgcEF6HUxNkWeKsP8kObOyss/6O2KLSeurE=";
hash = "sha256-FYNw0I0M1Ei9EbEypQ/1J5I3pdS1g3vroHTeFSpRMFk=";
};
build-system = [ setuptools ];