python310Packages.smart-open: 6.3.0 -> 6.4.0

Diff: https://github.com/RaRe-Technologies/smart_open/compare/refs/tags/v6.3.0...v6.4.0
This commit is contained in:
Fabian Affolter 2023-10-10 14:16:02 +02:00
parent 98156cb838
commit 3099cbb30e

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "smart-open";
version = "6.3.0";
version = "6.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "RaRe-Technologies";
repo = "smart_open";
rev = "refs/tags/v${version}";
hash = "sha256-sVKrCph5M7xsE7gtzsP/eVEbZyFfoucW3p30YYpwVFI=";
hash = "sha256-fciNaVw603FAcgrSrND+LEycJffmnFQij2ZpatYZ/e4=";
};
propagatedBuildInputs = [