summaryrefslogtreecommitdiff
path: root/gnu/packages/sync.scm
diff options
context:
space:
mode:
authorChristopher O'Neill <guix@chrisoneill.co.uk>2024-12-16 22:48:53 +0000
committerLudovic Courtès <ludo@gnu.org>2025-04-15 10:21:01 +0200
commitb02bc66278fb8b23a288a5e03055418d98524923 (patch)
tree201b58d1c268fdb9fbe9e10598f6a388f3735b37 /gnu/packages/sync.scm
parent5b158ddca9425d79ea4ceb374003fe0f7e6bd336 (diff)
gnu: onedrive: Update to 2.5.3-1
* gnu/packages/sync.scm (onedrive): Update to 2.5.3. Move several commits ahead to incorporate OpenSSL version error fix and other fixes. Change-Id: I98ea4153af7053e5b551baa68f04a80fa7e3b0a3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/sync.scm')
-rw-r--r--gnu/packages/sync.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index a4d4e03b910..e0369f32e13 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -374,16 +374,17 @@ silently and reliably flow across to every other.")
(define-public onedrive
(package
(name "onedrive")
- (version "2.4.25")
+ ;; Move ahead of 2.5.3 for OpenSSL version check error and other fixes
+ (version "2.5.3-1.71a71da")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/abraunegg/onedrive")
- (commit (string-append "v" version))))
+ (commit "71a71da1e0c981969900fa690c93905e0cc4b9b5")))
(file-name (git-file-name name version))
(sha256
- (base32 "1i93mq4r9w8cqrdfsfv8wparfd3dbrppc5z04ab056545hk0x89k"))))
+ (base32 "1rr3aw363gln4i8j3b43mih1acqj5way7ybs0mndxkhsayw67vb0"))))
(build-system gnu-build-system)
(arguments
(list