Unverified Commit 96de2f97 authored by Nick Cao's avatar Nick Cao
Browse files

python312Packages.gcsfs: fix hash

parent 886b3f83
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 = [