1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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

python312Packages.s3fs: 2024.6.0 -> 2024.6.1
This commit is contained in:
OTABI Tomoya 2024-07-14 21:41:40 +09:00 committed by GitHub
commit 7d5a0a73f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "s3fs";
version = "2024.6.0";
version = "2024.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pZAg7e3GHpZm8eRzzkqih2Tl97PJdBS+sVzZvlIqh7Y=";
hash = "sha256-bCEG1sNPv7uI49IMbzVyiW1e49NRKJZpYwHCGjxUG+o=";
};
postPatch = ''