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:
parent
f1775e6477
commit
6fc7203e42
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue