guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: owncloud-client: Update to 2.9.0.5150.


From: guix-commits
Subject: 01/02: gnu: owncloud-client: Update to 2.9.0.5150.
Date: Mon, 11 Oct 2021 09:23:23 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 94bbc4e410dc96b188ffefe620312a0cd35fe4fb
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Oct 10 19:14:23 2021 +0200

    gnu: owncloud-client: Update to 2.9.0.5150.
    
    * gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
---
 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 c85b4f8..c1c1e7d 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -312,14 +312,14 @@ See also: megacmd, the official tool set by MEGA.")
 (define-public owncloud-client
   (package
     (name "owncloud-client")
-    (version "2.7.6.3261")
+    (version "2.9.0.5150")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.owncloud.com/desktop/ownCloud/stable/";
                            version "/source/ownCloud-" version ".tar.xz"))
        (sha256
-        (base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
+        (base32 "0nf68x840p30yng4fh1nlyiqg40z0rkcv0lskpz8dd4pj1iw5jjs"))
        (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]