From ce243192991350b8fed2a703f1e5e3dba77e1611 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:38:42 +0100 Subject: [PATCH] python3Packages.statsmodels: 0.14.5 -> 0.14.6 https://github.com/statsmodels/statsmodels/releases/tag/v0.14.6 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/statsmodels/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/statsmodels/default.nix b/pkgs/development/python-modules/statsmodels/default.nix index c9111049f9ef..1c00c2e73af0 100644 --- a/pkgs/development/python-modules/statsmodels/default.nix +++ b/pkgs/development/python-modules/statsmodels/default.nix @@ -15,12 +15,12 @@ buildPythonPackage rec { pname = "statsmodels"; - version = "0.14.5"; + version = "0.14.6"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-3iYOWMzP0s7d+DW1WjVyM9bKhToapPkPdVOlLMccbd8="; + hash = "sha256-TReHPT5gfTmLhRJs1O16rYnk6difx0TNqxrzGJqZbCo="; }; postPatch = ''