gnu: owncloud-client: Update to 2.5.3.11470.

* gnu/packages/sync.scm (owncloud-client): Update to 2.5.3.11470.
This commit is contained in:
Efraim Flashner 2019-02-20 09:06:09 +02:00
parent 2b371f4dd5
commit b6f69340bb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -48,14 +48,14 @@ (define-module (gnu packages sync)
(define-public owncloud-client (define-public owncloud-client
(package (package
(name "owncloud-client") (name "owncloud-client")
(version "2.5.1.10973") (version "2.5.3.11470")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.owncloud.com/desktop/stable/" (uri (string-append "https://download.owncloud.com/desktop/stable/"
"owncloudclient-" version ".tar.xz")) "owncloudclient-" version ".tar.xz"))
(sha256 (sha256
(base32 "19x4rbnqg7f7hspz1xy86b1q51q1n5y7yvq8kqc1m64n2r2s3srk")) (base32 "0cznis8qadsnlgm046lxn8vmbxli6zp4b8nk93n53mkfxlcw355n"))
(patches (search-patches "owncloud-disable-updatecheck.patch")) (patches (search-patches "owncloud-disable-updatecheck.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet