python3Packages.smart-open: 5.2.0 -> 5.2.1

This commit is contained in:
Martin Weinelt 2021-08-31 00:22:56 +02:00
parent ac59950efd
commit 9cb1a529d3

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "smart-open";
version = "5.2.0";
version = "5.2.1";
disabled = pythonOlder "3.5";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "RaRe-Technologies";
repo = "smart_open";
rev = "v${version}";
sha256 = "sha256-eC9BYHeACzGp382QBNgLcNMYDkHi0WXyEj/Re9ShXuA=";
sha256 = "13a1qsb4vwrhx45hz4qcl0d7bgv20ai5vsy7cq0q6qbj212nff19";
};
propagatedBuildInputs = [