Unverified Commit de906a6f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.sshfs: 2025.10.0 -> 2025.11.0 (#469720)

parents da554b73 ab85ef17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "sshfs";
  version = "2025.10.0";
  version = "2025.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fsspec";
    repo = "sshfs";
    tag = version;
    hash = "sha256-IG+/aXM6F+sNtxmhgiaD6OXhRpbiCm0zW2ki0y8nuLE=";
    hash = "sha256-TrFrjORH6VebTBq+OHJUEr55DtjL58/b+qQLpbSU7MU=";
  };

  build-system = [