guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: onedrive: Update to 2.4.23.


From: guix-commits
Subject: branch master updated: gnu: onedrive: Update to 2.4.23.
Date: Tue, 10 Jan 2023 07:44:36 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d0942bfd2d gnu: onedrive: Update to 2.4.23.
d0942bfd2d is described below

commit d0942bfd2dd383b6224009b0d223ac8c8b7e3d92
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 10 12:50:21 2023 +0200

    gnu: onedrive: Update to 2.4.23.
    
    * gnu/packages/sync.scm (onedrive): Update to 2.4.23.
---
 gnu/packages/sync.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]