summary refs log tree commit diff
path: root/pkgs/development/python-modules/s3fs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-05-09 16:50:36 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-05-10 10:09:14 +0200
commitf1cb0e57d9e9b00f72cc4c7311035edf72fd2c90 (patch)
tree0df26b186ebff876254db7314553f23be681baa1 /pkgs/development/python-modules/s3fs
parent7907ae6b1e6bfc24c4c7211fcb19fc2fa02da56d (diff)
downloadnixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar.gz
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar.bz2
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar.lz
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar.xz
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.tar.zst
nixlib-f1cb0e57d9e9b00f72cc4c7311035edf72fd2c90.zip
python: s3fs: 0.1.4 -> 0.1.5
Diffstat (limited to 'pkgs/development/python-modules/s3fs')
-rw-r--r--pkgs/development/python-modules/s3fs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/s3fs/default.nix b/pkgs/development/python-modules/s3fs/default.nix
index 956a96f14046..c605d43888c1 100644
--- a/pkgs/development/python-modules/s3fs/default.nix
+++ b/pkgs/development/python-modules/s3fs/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "s3fs";
-  version = "0.1.4";
+  version = "0.1.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f19b2e81cfcf6f2849fa8195c366c6e81d2378400bab0611f461c4e55d4f6bed";
+    sha256 = "4fbab74d72ceeb1a6f249165bde7b1d1c4dd758390339f52c84f0832bc5117a7";
   };
 
   buildInputs = [ docutils ];