From 6a31fd68d2ffe8d15cf2aec11dcbabe55722b62b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 21:58:37 +0200 Subject: [PATCH] python313Packages.smart-open: 7.3.0.post1 -> 7.3.1 Diff: https://github.com/RaRe-Technologies/smart_open/compare/v7.3.0.post1...v7.3.1 Changelog: https://github.com/piskvorky/smart_open/releases/tag/v7.3.1 --- pkgs/development/python-modules/smart-open/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index 4c25a8091069..4a3e57accea5 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "smart-open"; - version = "7.3.0.post1"; + version = "7.3.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "RaRe-Technologies"; repo = "smart_open"; tag = "v${version}"; - hash = "sha256-79q1uQML7WMHsaKQ7+4JA6LpeysJRA4fFxYVqQFntag="; + hash = "sha256-yrJmcwCVjPnkP8931xdb5fsOteBd+d/xEkg1/xahio8="; }; build-system = [