Merge pull request #276037 from r-ryantm/auto-update/python310Packages.s3fs

python310Packages.s3fs: 2023.12.1 -> 2023.12.2
This commit is contained in:
Nick Cao 2023-12-22 10:12:05 -05:00 committed by GitHub
commit 6f093f926c
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.12.1";
version = "2023.12.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Y+Qpu2tegUVoys0/KoVR/DVJPoxBjd/LROb4aqhpbM0=";
hash = "sha256-tewHBiSBu7RcsGGzGYTHGI0QbiksJwMwOeAk5LpXQNw=";
};
postPatch = ''