guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: onedrive: Update to 2.4.25.


From: guix-commits
Subject: 05/16: gnu: onedrive: Update to 2.4.25.
Date: Thu, 28 Sep 2023 19:12:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 64e49f9668526c25fc38be07b95e1a271c3d2959
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200

    gnu: onedrive: Update to 2.4.25.
    
    * gnu/packages/sync.scm (onedrive): Update to 2.4.25.
---
 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 c4410c67fd..e2d67b0600 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -374,7 +374,7 @@ silently and reliably flow across to every other.")
 (define-public onedrive
   (package
     (name "onedrive")
-    (version "2.4.23")
+    (version "2.4.25")
     (source
       (origin
         (method git-fetch)
@@ -383,7 +383,7 @@ silently and reliably flow across to every other.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1nj4g1rbbg6g9kw1k89dmjg4mnyh5q1b3wbjhrayvnjmssx66yn8"))))
+         (base32 "1i93mq4r9w8cqrdfsfv8wparfd3dbrppc5z04ab056545hk0x89k"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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