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:
parent
2b371f4dd5
commit
b6f69340bb
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@ (define-module (gnu packages sync)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue