guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: owncloud-client: Update to 2.7.6.3261.


From: guix-commits
Subject: branch master updated: gnu: owncloud-client: Update to 2.7.6.3261.
Date: Sat, 27 Feb 2021 22:18:54 -0500

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8eb9e75  gnu: owncloud-client: Update to 2.7.6.3261.
8eb9e75 is described below

commit 8eb9e759dc2aa0aaf150848094211a3efc6abecb
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sun Feb 28 04:17:31 2021 +0100

    gnu: owncloud-client: Update to 2.7.6.3261.
    
    * gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
---
 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 f3d6e90..76b822e 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -154,14 +154,14 @@ See also: megacmd, the official tool set by MEGA.")
 (define-public owncloud-client
   (package
     (name "owncloud-client")
-    (version "2.7.5.3180")
+    (version "2.7.6.3261")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.owncloud.com/desktop/ownCloud/stable/";
                            version "/source/ownCloud-" version ".tar.xz"))
        (sha256
-        (base32 "13vlkmkr3i99ww3fkps7lwrx6vgr43rvmjcpsix259rj7f2ikkrp"))
+        (base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
        (patches (search-patches "owncloud-disable-updatecheck.patch"))))
     ;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
     ;; qtsingleapplication which have not yet been packaged, but all are



reply via email to

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