python311Packages.fsspec: 2023.9.1 -> 2023.10.0 (#262753)

Changelog: https://filesystem-spec.readthedocs.io/en/latest/changelog.html#id1
This commit is contained in:
Gaétan Lepage 2023-10-27 05:10:14 +02:00 committed by GitHub
parent f1775e6477
commit 6fc7203e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,16 +29,16 @@
buildPythonPackage rec {
pname = "fsspec";
version = "2023.9.1";
version = "2023.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fsspec";
repo = "filesystem_spec";
rev = version;
hash = "sha256-1ai+/8akUlP9kfzSKYEpDnobBfUC6EAPFPVVxh4jb/0=";
rev = "refs/tags/${version}";
hash = "sha256-GVBF2ppyIEvC4rR9IF4gwsdc4fJe1xHS1CyJEwFuVGw=";
};
propagatedBuildInputs = [