Unverified Commit 11dab205 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.gcsfs: fix hash (#389275)

parents c19dedbc 96de2f97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "fsspec";
    repo = "gcsfs";
    tag = version;
    hash = "sha256-1nPhttEmGI8jreMe5hwOZRALJa5QTNOw2McisV+cR54=";
    hash = "sha256-CXv0SbwOaEjD5HkJgPRfGk+VfciDjpvwomM5oCi6VIw=";
  };

  build-system = [