python311Packages.sshfs: 2023.10.0 -> 2024.4.1

This commit is contained in:
R. Ryantm 2024-04-25 08:30:22 +00:00
parent 5dd187f3b7
commit 8f2e1c0a52
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "sshfs";
version = "2023.10.0";
version = "2024.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = "sshfs";
rev = "refs/tags/${version}";
hash = "sha256-6MueDHR+jZFDZg4zufEVhBtSwcgDd7KnW9gJp2hDu0A=";
hash = "sha256-qkEojf/3YBMoYbRt0Q93MJYXyL9AWR24AEe3/zdn58U=";
};
nativeBuildInputs = [