diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-09-17 10:00:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-17 10:14:14 +0300 |
commit | 5fb17ed92e910030b86cc6f1eec50a2c3b725b08 (patch) | |
tree | 23d3b54507e8c10c9b5a80766ed187420d9a35bf /gnu | |
parent | ea8afaf3f1376f86a4b97943642cf9dcfdb4dffb (diff) | |
download | gnu-guix-5fb17ed92e910030b86cc6f1eec50a2c3b725b08.tar gnu-guix-5fb17ed92e910030b86cc6f1eec50a2c3b725b08.tar.gz |
gnu: owncloud-client: Update to 2.3.3.
* gnu/packages/sync.scm (owncloud-client): Update to 2.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sync.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm index a914d41c43..66e9c4eddb 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -35,14 +35,14 @@ (define-public owncloud-client (package (name "owncloud-client") - (version "2.3.1") + (version "2.3.3") (source (origin (method url-fetch) (uri (string-append "https://download.owncloud.com/desktop/stable/" "owncloudclient-" version ".tar.xz")) (sha256 - (base32 "051rky4rpm73flxxkhfdxqq23ncnk4ixhscbg74w82sa4d93f54k")) + (base32 "1r5ddln1wc9iyjizgqb104i0r6qhzsmm2wdnxfaif119cv0vphda")) (modules '((guix build utils))) (snippet '(begin |