about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHubble the Wolverine <hubblethewolverine@gmail.com>2023-10-27 02:08:49 -0700
committerGitHub <noreply@github.com>2023-10-27 02:08:49 -0700
commit0345d9eafb936fb239e0929a994bf4142b268a78 (patch)
treea2b57244a3d55d03e5dd3c52403dc93594277739
parent0d4a1a205f095fa091789b04ef06eee9b348ca8b (diff)
python311Packages.fsspec: fix hash mismatch
Introduced in #262753

Maybe the package updated in place.
-rw-r--r--pkgs/development/python-modules/fsspec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/fsspec/default.nix b/pkgs/development/python-modules/fsspec/default.nix
index bad3f4a4795cf..a90fe66a48cc7 100644
--- a/pkgs/development/python-modules/fsspec/default.nix
+++ b/pkgs/development/python-modules/fsspec/default.nix
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "fsspec";
     repo = "filesystem_spec";
     rev = "refs/tags/${version}";
-    hash = "sha256-GVBF2ppyIEvC4rR9IF4gwsdc4fJe1xHS1CyJEwFuVGw=";
+    hash = "sha256-cLkCQQbb/AakDSz1NTrVlHh8LdgoqtjX8OPT+Nb1NA4=";
   };
 
   propagatedBuildInputs = [