python311Packages.sshfs: refactor

This commit is contained in:
Fabian Affolter 2024-02-06 09:29:02 +01:00
parent 0cb727d0b5
commit a142f96391

View file

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