[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v2 12/16] gnu: onedrive: Update to 2.5.2.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v2 12/16] gnu: onedrive: Update to 2.5.2. |
Date: |
Sun, 27 Oct 2024 19:20:17 +0100 |
* gnu/packages/sync.scm (onedrive): Update to 2.5.2.
[properties]: Add lint-hidden-cpe-vendors.
---
gnu/packages/sync.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index af736d0c28..b21993a639 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -374,7 +374,7 @@ (define-public owncloud-client
(define-public onedrive
(package
(name "onedrive")
- (version "2.4.25")
+ (version "2.5.2")
(source
(origin
(method git-fetch)
@@ -383,7 +383,7 @@ (define-public onedrive
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1i93mq4r9w8cqrdfsfv8wparfd3dbrppc5z04ab056545hk0x89k"))))
+ (base32 "0307qa3nncarn6r5837nn9z5nv8j60ycykq6pfn93qriabk65qlx"))))
(build-system gnu-build-system)
(arguments
(list
@@ -420,6 +420,7 @@ (define-public onedrive
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
--
2.46.0
- [bug#74034] [PATCH 21/21] gnu: gerbv: Add lint-hidden-cve property., (continued)
- [bug#74034] [PATCH v2 00/16] Add cpe-vendor and lint-hidden-cpe-vendors properties., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 01/16] guix: cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 03/16] gnu: portfolio: Update to 1.0.1., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 10/16] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 02/16] gnu: halibut: Add cpe-vendor property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 08/16] gnu: h2c: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 12/16] gnu: onedrive: Update to 2.5.2.,
Nicolas Graves <=
- [bug#74034] [PATCH v2 15/16] gnu: immer: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 05/16] gnu: spectra: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 07/16] gnu: cli: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 09/16] gnu: xenon: Update to 0.9.3., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 11/16] gnu: bwm-ng: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 13/16] gnu: got: Update to 0.104., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 04/16] gnu: folders: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 06/16] gnu: express: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 16/16] gnu: cvs: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/10/27
- [bug#74034] [PATCH v2 14/16] gnu: dex: Update to 0.10.1., Nicolas Graves, 2024/10/27