diff options
| author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:30 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:15 +0800 |
| commit | eb8fd1b43f76abd3ac83bf0a2cccca352b1b80f7 (patch) | |
| tree | 44959b7bc313d3b9e45646cf64bdea8c7054f3b4 /gnu | |
| parent | d6f32b92728c1bfe6955b773b56064f8e8ccbf2f (diff) | |
gnu: onedrive: Update to 2.5.2.
* gnu/packages/sync.scm (onedrive): Update to 2.5.2.
[properties]: Add lint-hidden-cpe-vendors.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sync.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm index e0369f32e13..6bb754a079a 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -421,6 +421,7 @@ silently and reliably flow across to every other.") Business, OneDrive for Office365 and SharePoint and fully supports Azure National Cloud Deployments. It supports one-way and two-way sync capabilities and securely connects to Microsoft OneDrive services.") + (properties '((lint-hidden-cpe-vendors . ("microsoft")))) (license license:gpl3))) (define-public lsyncd |
