python311Packages.s3fs: 2023.9.0 -> 2023.9.1

Changelog: https://github.com/fsspec/s3fs/raw/2023.9.1/docs/source/changelog.rst
This commit is contained in:
Fabian Affolter
2023-09-20 23:32:06 +02:00
parent ac7c3b5a19
commit 62dd6340ee
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "s3fs";
version = "2023.9.0";
version = "2023.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NQV9TVlyLKuf6RyaMBR+Plvd/FXsFP3od2xRIXnII90=";
hash = "sha256-QuGCHtlMFgfISIU9HXFevNJcEzgLb1EMLLSYx+Wz5nQ=";
};
postPatch = ''