mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python312Packages.sshfs: 2024.9.0 -> 2025.2.0 (#381808)
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sshfs";
|
||||
version = "2024.9.0";
|
||||
version = "2025.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fsspec";
|
||||
repo = "sshfs";
|
||||
tag = version;
|
||||
hash = "sha256-rRcXimthyFLBqt0nMEv7bisL+JNLLZuRH7BopSLM7QQ=";
|
||||
hash = "sha256-O9Va3dLfTko9AfyK4iJa8U6xrtJsNNEeBn9UeRAgmVc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -69,7 +69,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "SSH/SFTP implementation for fsspec";
|
||||
homepage = "https://github.com/fsspec/sshfs/";
|
||||
changelog = "https://github.com/fsspec/sshfs/releases/tag/${version}";
|
||||
changelog = "https://github.com/fsspec/sshfs/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ melling ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user