lol

Merge pull request #297414 from r-ryantm/auto-update/python312Packages.s3fs

python312Packages.s3fs: 2024.3.0 -> 2024.3.1

authored by

Weijia Wang and committed by
GitHub
1ecc17e3 82d96ea5

+2 -2
+2 -2
pkgs/development/python-modules/s3fs/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "s3fs"; 14 - version = "2024.3.0"; 14 + version = "2024.3.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-pmMjXIrbfmu8RadSksk5Ww+9WAuzlK3EztnorUvYZNo="; 21 + hash = "sha256-G4vI29Zee2D1SHN49u7/4d5ZqnLKqe/Kba1quHdAVIc="; 22 22 }; 23 23 24 24 postPatch = ''