From 3342386cd86ff98ee6daabc0139e6ca9f8fb1419 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 4 May 2024 12:09:31 +0200 Subject: [PATCH] python312Packages.types-beautifulsoup4: 4.12.0.20240229 -> 4.12.0.20240504 --- .../python-modules/types-beautifulsoup4/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-beautifulsoup4/default.nix b/pkgs/development/python-modules/types-beautifulsoup4/default.nix index 687dadc3eb65..4ac5808d968f 100644 --- a/pkgs/development/python-modules/types-beautifulsoup4/default.nix +++ b/pkgs/development/python-modules/types-beautifulsoup4/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-beautifulsoup4"; - version = "4.12.0.20240229"; + version = "4.12.0.20240504"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-435M+hGwOwF3VzLlbSwBDLJO4Qd4Yne65rwPo+MFtoY="; + hash = "sha256-17evTMxS/CJ4TTOlKWleNDKam91dtqZJybJcssOhSNU="; }; propagatedBuildInputs = [