python: smart_open: 1.7.1 -> 1.8.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:30 +01:00
parent 4c8996cc2a
commit 70c552fbef

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "smart_open";
version = "1.7.1";
version = "1.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "0lwlvvz7qndq89i8bhjv4zfkhg0lbd5yjhccb7svszf30k8niiap";
sha256 = "a52206bb69c38c5f08709ec2ee5704b0f86fc0a770935b5dad9b5841bfd5f502";
};
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build