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

Changed files
+2 -2
pkgs
development
python-modules
smart-open
+2 -2
pkgs/development/python-modules/smart-open/default.nix
···
buildPythonPackage rec {
pname = "smart-open";
-
version = "7.3.0.post1";
+
version = "7.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "RaRe-Technologies";
repo = "smart_open";
tag = "v${version}";
-
hash = "sha256-79q1uQML7WMHsaKQ7+4JA6LpeysJRA4fFxYVqQFntag=";
+
hash = "sha256-yrJmcwCVjPnkP8931xdb5fsOteBd+d/xEkg1/xahio8=";
};
build-system = [