python313Packages.types-beautifulsoup4: 4.12.0.20241020 -> 4.12.0.202… (#380329)

This commit is contained in:
Fabian Affolter
2025-02-08 15:01:43 +01:00
committed by GitHub
@@ -8,12 +8,13 @@
buildPythonPackage rec {
pname = "types-beautifulsoup4";
version = "4.12.0.20241020";
version = "4.12.0.20250204";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FYNw0I0M1Ei9EbEypQ/1J5I3pdS1g3vroHTeFSpRMFk=";
pname = "types_beautifulsoup4";
inherit version;
hash = "sha256-8IPY7cvQEnn4w5lbVs//LQHxu4lMO1AroRjTb7vElb8=";
};
build-system = [ setuptools ];
@@ -28,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Typing stubs for beautifulsoup4";
homepage = "https://pypi.org/project/types-beautifulsoup4/";
license = with licenses; [ asl20 ];
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};
}