Merge pull request #153553 from jonringer/gcsfs-fix

python3Packages.gcsfs.src: fix sha
This commit is contained in:
Bobby Rong 2022-01-05 22:27:47 +08:00 committed by GitHub
commit 5d0c7c1e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dask";
repo = pname;
rev = version;
sha256 = "sha256-BME40kyxZHx9+XrMCqWYp8+q6tjeYwAw/zISMNpQxDU=";
sha256 = "sha256-cpV+HKE39Yct1yu5xW9HZftx2Wy9ydFL2YLvPD3YM2M=";
};
propagatedBuildInputs = [