diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-10 12:50:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-10 13:01:37 +0200 |
commit | d0942bfd2dd383b6224009b0d223ac8c8b7e3d92 (patch) | |
tree | f1d5c6882d8f21041c4b511587dd058964a7c21c /gnu | |
parent | 4b50dccc63cee2f86fe89c1753056af7ec09e0f1 (diff) |
gnu: onedrive: Update to 2.4.23.
* gnu/packages/sync.scm (onedrive): Update to 2.4.23.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sync.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm index b15953984b..3ce5f2cee0 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -366,7 +366,7 @@ silently and reliably flow across to every other.") (define-public onedrive (package (name "onedrive") - (version "2.4.22") + (version "2.4.23") (source (origin (method git-fetch) @@ -375,7 +375,7 @@ silently and reliably flow across to every other.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lh915rs3zjfgdjhn35bhnn6zfknj4xd86s5jj3wznifj4f5kn7w")))) + (base32 "1nj4g1rbbg6g9kw1k89dmjg4mnyh5q1b3wbjhrayvnjmssx66yn8")))) (build-system gnu-build-system) (arguments (list |