Merge pull request #263745 from the-furry-hubofeverything/patch-2

python311Packages.fsspec: fix hash mismatch
This commit is contained in:
K900
2023-10-27 12:58:44 +03:00
committed by GitHub
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = "filesystem_spec";
rev = "refs/tags/${version}";
hash = "sha256-GVBF2ppyIEvC4rR9IF4gwsdc4fJe1xHS1CyJEwFuVGw=";
hash = "sha256-cLkCQQbb/AakDSz1NTrVlHh8LdgoqtjX8OPT+Nb1NA4=";
};
propagatedBuildInputs = [