python311Packages.sshfs: refactor

This commit is contained in:
Fabian Affolter 2024-02-06 09:29:02 +01:00
parent 0cb727d0b5
commit a142f96391
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "sshfs";
version = "2023.10.0";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = pname;
repo = "sshfs";
rev = "refs/tags/${version}";
hash = "sha256-6MueDHR+jZFDZg4zufEVhBtSwcgDd7KnW9gJp2hDu0A=";
};