Merge pull request #153553 from jonringer/gcsfs-fix
python3Packages.gcsfs.src: fix sha
This commit is contained in:
commit
5d0c7c1e13
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "dask";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-BME40kyxZHx9+XrMCqWYp8+q6tjeYwAw/zISMNpQxDU=";
|
||||
sha256 = "sha256-cpV+HKE39Yct1yu5xW9HZftx2Wy9ydFL2YLvPD3YM2M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue