python311Packages.sshfs: refactor
This commit is contained in:
parent
0cb727d0b5
commit
a142f96391
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue