gnu: owncloud-client: Update to 2.1.0.

* gnu/packages/owncloud.scm (owncloud-client): Update to 2.1.0.
This commit is contained in:
Efraim Flashner 2015-12-12 22:52:48 +02:00
parent e35dff9733
commit 5021f9d340
1 changed files with 4 additions and 4 deletions

View File

@ -34,14 +34,14 @@
(define-public owncloud-client
(package
(name "owncloud-client")
(version "2.0.2")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.owncloud.com/desktop/stable/"
"owncloudclient-" version ".tar.xz"))
(sha256
(base32 "0a42nqx0gn10n7ikhxwif0lqddmb6gbvr45bqbbl30an9gixq598"))))
(base32 "0gyhll4yfxcpyc5m73zar5f33qgnmpwiggw2adxdiqy55hc3ymbk"))))
(build-system cmake-build-system)
(arguments
`(#:phases