gnu: owncloud-client: Update to 2.7.6.3261.
* gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
This commit is contained in:
parent
9c30f26b8d
commit
8eb9e759dc
1 changed files with 2 additions and 2 deletions
|
@ -154,14 +154,14 @@ See also: megacmd, the official tool set by MEGA.")
|
||||||
(define-public owncloud-client
|
(define-public owncloud-client
|
||||||
(package
|
(package
|
||||||
(name "owncloud-client")
|
(name "owncloud-client")
|
||||||
(version "2.7.5.3180")
|
(version "2.7.6.3261")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.owncloud.com/desktop/ownCloud/stable/"
|
(uri (string-append "https://download.owncloud.com/desktop/ownCloud/stable/"
|
||||||
version "/source/ownCloud-" version ".tar.xz"))
|
version "/source/ownCloud-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13vlkmkr3i99ww3fkps7lwrx6vgr43rvmjcpsix259rj7f2ikkrp"))
|
(base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
|
||||||
(patches (search-patches "owncloud-disable-updatecheck.patch"))))
|
(patches (search-patches "owncloud-disable-updatecheck.patch"))))
|
||||||
;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
|
;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
|
||||||
;; qtsingleapplication which have not yet been packaged, but all are
|
;; qtsingleapplication which have not yet been packaged, but all are
|
||||||
|
|
Reference in a new issue