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

python311Packages.types-beautifulsoup4: 4.12.0.6 -> 4.12.0.7
This commit is contained in:
Nick Cao 2023-10-27 08:58:49 -04:00 committed by GitHub
commit c1c3966b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-beautifulsoup4";
version = "4.12.0.6";
version = "4.12.0.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-BFqyhdPlQBhuFhM2EvQ/Z+MfkQ5tdXiQa0OgrY+BE0c=";
hash = "sha256-WZgAKNKb9V0Ns1nvowW3W6zwy5Lj8/az/UCPJTHfJ0w=";
};
propagatedBuildInputs = [