python312Packages.s3fs: 2024.2.0 -> 2024.3.0

This commit is contained in:
R. Ryantm 2024-03-17 01:06:19 +00:00
parent 79edbc3691
commit 0edf928766

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "s3fs";
version = "2024.2.0";
version = "2024.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+AZPUirQiLVrBDBHyCVzSEfAJp3xnyYTyVbUwg3hW2I=";
hash = "sha256-pmMjXIrbfmu8RadSksk5Ww+9WAuzlK3EztnorUvYZNo=";
};
postPatch = ''