diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-10-03 01:09:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-10-03 01:09:32 +0200 |
commit | 2b2f7e5d8cd154c8bbf8d531d2edd6801956d36d (patch) | |
tree | f8be67e61533793006b6c47455138352eb2bd49a /gnu/packages/sync.scm | |
parent | 7dc1e65fbe0d3db0f9f8221f1be05276084c2407 (diff) |
gnu: rclone: Update to 1.49.4.
* gnu/packages/sync.scm (rclone): Update to 1.49.4.
Diffstat (limited to 'gnu/packages/sync.scm')
-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 7a85b6ce9e..b3305be6ba 100644 --- a/gnu/packages/sync.scm +++ b/gnu/packages/sync.scm @@ -264,14 +264,14 @@ over the Internet in an HTTP and CDN friendly way; (define-public rclone (package (name "rclone") - (version "1.49.3") + (version "1.49.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/rclone/rclone/releases/download/" "v" version "/rclone-v" version ".tar.gz")) (sha256 - (base32 "04blngspm2hzi6d37bd3v19lpcvq0wlk38a9q0a4diwfwp2ab20n")))) + (base32 "1bs7b3iy39igli1jqrgjzh32zzzhp1yj8rybsx8i34p9wj2zq2h7")))) ;; FIXME: Rclone bundles some libraries Guix already provides. Need to ;; un-bundle them. (build-system go-build-system) |