Merge pull request #304867 from r-ryantm/auto-update/python311Packages.adlfs

python311Packages.adlfs: 2024.4.0 -> 2024.4.1
This commit is contained in:
Fabian Affolter 2024-04-18 09:07:30 +02:00 committed by GitHub
commit e8e11467c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "adlfs";
version = "2024.4.0";
version = "2024.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = "adlfs";
rev = "refs/tags/${version}";
hash = "sha256-t+7LcjgDrKbTY/WiBqLSkt/Wh+4niulN7G5PIpWN7WU=";
hash = "sha256-u7iQCAfJDnN8MgFZDf/rPUM94HXAr+yzsajuKtmdX4s=";
};
build-system = [