guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: owncloud-client: Update to 2.5.3.11470.


From: guix-commits
Subject: 02/02: gnu: owncloud-client: Update to 2.5.3.11470.
Date: Wed, 20 Feb 2019 02:07:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b6f69340bbbfe30c28488904c1d3bb9aceedf804
Author: Efraim Flashner <address@hidden>
Date:   Wed Feb 20 09:06:09 2019 +0200

    gnu: owncloud-client: Update to 2.5.3.11470.
    
    * gnu/packages/sync.scm (owncloud-client): Update to 2.5.3.11470.
---
 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 450e7b7..1aae3a8 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -48,14 +48,14 @@
 (define-public owncloud-client
   (package
     (name "owncloud-client")
-    (version "2.5.1.10973")
+    (version "2.5.3.11470")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.owncloud.com/desktop/stable/";
                            "owncloudclient-" version ".tar.xz"))
        (sha256
-        (base32 "19x4rbnqg7f7hspz1xy86b1q51q1n5y7yvq8kqc1m64n2r2s3srk"))
+        (base32 "0cznis8qadsnlgm046lxn8vmbxli6zp4b8nk93n53mkfxlcw355n"))
        (patches (search-patches "owncloud-disable-updatecheck.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

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