python3Packages.fs-s3fs: 1.1.0 -> 1.1.1

https://github.com/PyFilesystem/s3fs/releases/tag/v1.1.1

Simple patch-release with some internal dependency bumps.
This commit is contained in:
Maximilian Bosch 2019-10-19 21:18:43 +02:00
parent 648082e566
commit f8497559e9
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "fs-s3fs";
version = "1.1.0";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "49bfa4572bb11e37324dd43be935ab99376259eff652365aef0e4a747bb11418";
sha256 = "0v4pqyflkpz6sp1884jfsxsa68wnxai4rd5la6sgf3s6civ8qzxm";
};
propagatedBuildInputs = [ fs six boto3 ];