Merge pull request #105429 from r-ryantm/auto-update/python3.7-smart_open

python37Packages.smart_open: 4.0.0 -> 4.0.1
This commit is contained in:
Sandro 2020-11-30 16:18:56 +01:00 committed by GitHub
commit f0323b5bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "smart_open";
version = "4.0.0";
version = "4.0.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "2ce157700821e285bbacd8d01ec7a4f2582765460e541f55b216cb135db8be24";
sha256 = "49396d86de8e0d609ec40422c59f837dd944dcdf727feed6f2ff8cbdc0e3bc8e";
};
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build