3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.smart-open: 5.1.0 -> 5.2.0

This commit is contained in:
Fabian Affolter 2021-08-21 11:44:41 +02:00
parent c754d40c82
commit e2c2225410

View file

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