From 2cceec49045d0fcdd4e0e4942bb6fb573c83766a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 02:24:09 +0200 Subject: [PATCH] python3Packages.beautifulsoup4: 4.14.3 -> 4.15.0 https://git.launchpad.net/beautifulsoup/tree/CHANGELOG?h=4.15.0 --- .../python-modules/beautifulsoup4/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/beautifulsoup4/default.nix b/pkgs/development/python-modules/beautifulsoup4/default.nix index b32ee083f165..ea5e40f84a96 100644 --- a/pkgs/development/python-modules/beautifulsoup4/default.nix +++ b/pkgs/development/python-modules/beautifulsoup4/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { pname = "beautifulsoup4"; - version = "4.14.3"; + version = "4.15.0"; pyproject = true; outputs = [ @@ -45,18 +45,9 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-YpKxxRhtNWu6Zp759/BRdXCZVlrZraXdYwvZ3l+n+4Y="; + hash = "sha256-KI48p9VLBvKsGRlwvCdcGTnLRtRQslW/ZxiwSqN6tPc="; }; - patches = [ - # Fix tests with python 3.13.10 / 3.14.1 - (fetchpatch { - url = "https://git.launchpad.net/beautifulsoup/patch/?id=55f655ffb7ef03bdd1df0f013743831fe54e3c7a"; - excludes = [ "CHANGELOG" ]; - hash = "sha256-DJl1pey0NdJH+SyBH9+y6gwUvQCmou0D9xcRAEV8OBw="; - }) - ]; - build-system = [ hatchling ]; nativeBuildInputs = [ sphinxHook ];