python37Packages.s3fs: 0.1.6 -> 0.2.0 (#52066)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-s3fs/versions
This commit is contained in:
parent
ff2ef48484
commit
b5a69a2557
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "s3fs";
|
pname = "s3fs";
|
||||||
version = "0.1.6";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "38a3dda6800a5dc6ed697bff8e9a47d84f5c28d186dc25d2ff2f91b445f0dae5";
|
sha256 = "1p14sm3lbkwz2fidiinmyfyxwkh58ymjb0c0bsv5i0zfv0fy87x3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ docutils ];
|
buildInputs = [ docutils ];
|
||||||
|
Loading…
Reference in New Issue
Block a user