From 9ca1cf51be5407ef7c8c165a72a9ce0965bfe2c7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 16 May 2024 22:04:08 +0200 Subject: [PATCH] python312Packages.tqdm: 4.66.2 -> 4.66.4 https://tqdm.github.io/releases/#v4664-2024-05-02 Fixes: CVE-2024-34062 --- pkgs/development/python-modules/tqdm/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/tqdm/default.nix b/pkgs/development/python-modules/tqdm/default.nix index 4f3ff0f1545c..85fd2091d69b 100644 --- a/pkgs/development/python-modules/tqdm/default.nix +++ b/pkgs/development/python-modules/tqdm/default.nix @@ -1,8 +1,6 @@ { lib -, stdenv , buildPythonPackage , fetchPypi -, pythonOlder , setuptools , setuptools-scm , wheel @@ -17,12 +15,12 @@ buildPythonPackage rec { pname = "tqdm"; - version = "4.66.2"; + version = "4.66.4"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-bNUs3w/vDg9UMpnPyW/skNe4p+iHRfQR7DPrRNXtNTE="; + hash = "sha256-5Nk2yd6HJ5KPO+YHlZDpfZq/6NOaWQvmeOtZGf/Bhrs="; }; nativeBuildInputs = [ @@ -31,9 +29,6 @@ buildPythonPackage rec { wheel ]; - # https://github.com/tqdm/tqdm/issues/1537 - doCheck = pythonOlder "3.12"; - nativeCheckInputs = [ pytestCheckHook pytest-asyncio