Merge pull request #306735 from r-ryantm/auto-update/python311Packages.sshfs

python311Packages.sshfs: 2023.10.0 -> 2024.4.1
This commit is contained in:
Nick Cao 2024-04-25 10:21:10 -04:00 committed by GitHub
commit 1e8032c8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [