Merge pull request #256383 from fabaff/s3fs-bump

python311Packages.s3fs: 2023.9.0 -> 2023.9.1
This commit is contained in:
Fabian Affolter 2023-09-21 08:25:53 +02:00 committed by GitHub
commit 894af43a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''