Skip to content

Commit

Permalink
python3Packages.fs-s3fs: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
https://github.com/PyFilesystem/s3fs/releases/tag/v1.1.1

Simple patch-release with some internal dependency bumps.
  • Loading branch information
Ma27 committed Oct 19, 2019
1 parent 648082e commit f849755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fs-s3fs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit f849755

Please sign in to comment.