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
This commit is contained in:
Fabian Affolter
2025-09-11 21:58:37 +02:00
parent 96b33a3297
commit 6a31fd68d2
@@ -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 = [