python313Packages.smart-open: 7.3.0.post1 -> 7.3.1 (#442172)

This commit is contained in:
Fabian Affolter
2025-09-12 05:47:04 +00:00
committed by GitHub
@@ -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 = [