From: Christopher O'Neill <guix@chrisoneill.co.uk>
To: 74921@debbugs.gnu.org
Subject: [bug#74921] [PATCH] gnu: onedrive: Update to 2.5.3-1
Date: Mon, 16 Dec 2024 22:48:53 +0000 [thread overview]
Message-ID: <c60b00df-2184-4780-930e-05d66d50b9d0@chrisoneill.co.uk> (raw)
* 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
---
gnu/packages/sync.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index af736d0c28..3cba6a5d4e 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -374,16 +374,17 @@ (define-public owncloud-client
(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
--
2.46.0
reply other threads:[~2024-12-17 13:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c60b00df-2184-4780-930e-05d66d50b9d0@chrisoneill.co.uk \
--to=guix@chrisoneill.co.uk \
--cc=74921@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).