Skip to content

Commit ab85ef1

Browse files
committed
python3Packages.sshfs: 2025.10.0 -> 2025.11.0
1 parent de7d968 commit ab85ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sshfs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "sshfs";
19-
version = "2025.10.0";
19+
version = "2025.11.0";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "fsspec";
2424
repo = "sshfs";
2525
tag = version;
26-
hash = "sha256-IG+/aXM6F+sNtxmhgiaD6OXhRpbiCm0zW2ki0y8nuLE=";
26+
hash = "sha256-TrFrjORH6VebTBq+OHJUEr55DtjL58/b+qQLpbSU7MU=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)