python311Packages.fsspec: fix hash mismatch

Introduced in #262753

Maybe the package updated in place.
This commit is contained in:
Hubble the Wolverine 2023-10-27 02:08:49 -07:00 committed by GitHub
parent 0d4a1a205f
commit 0345d9eafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = "filesystem_spec";
rev = "refs/tags/${version}";
hash = "sha256-GVBF2ppyIEvC4rR9IF4gwsdc4fJe1xHS1CyJEwFuVGw=";
hash = "sha256-cLkCQQbb/AakDSz1NTrVlHh8LdgoqtjX8OPT+Nb1NA4=";
};
propagatedBuildInputs = [