forked from mirrors/nixpkgs
python3Packages.smart-open: 5.1.0 -> 5.2.0
This commit is contained in:
parent
c754d40c82
commit
e2c2225410
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue