forked from mirrors/nixpkgs
python: smart_open: 1.5.3 -> 1.5.6
This commit is contained in:
parent
34af4afe73
commit
850e0d5b86
|
@ -12,11 +12,11 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "smart_open";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.5.3";
|
||||
version = "1.5.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0m5j71f7f36s17v4mwv0bxg4azknvcy82rbjp28b4vifrjd6dm7s";
|
||||
sha256 = "8fd2de1c359bd0074bd6d334a5b9820ae1c5b6ba563970b95052bace4b71baeb";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ boto bz2file requests responses moto ];
|
||||
|
|
Loading…
Reference in a new issue