gnu: rclone: Update to 1.48.0.

* gnu/packages/sync.scm (rclone): Update to 1.48.0.
master
Tobias Geerinckx-Rice 2019-06-21 20:47:44 +02:00
parent a65f1e8eab
commit dcdc3315c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 10 deletions

View File

@ -252,16 +252,14 @@ over the Internet in an HTTP and CDN friendly way;
(define-public rclone (define-public rclone
(package (package
(name "rclone") (name "rclone")
(version "1.47.0") (version "1.48.0")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://github.com/ncw/rclone.git") (uri (string-append "https://github.com/ncw/rclone/releases/download/v"
(commit (string-append "v" version)))) version "/rclone-v" version ".tar.gz"))
(file-name (git-file-name name version)) (sha256
(sha256 (base32 "1r03rlsk0qpya1fl8xfhj5inccjywf2cqgkd8r6wfhf3w2qd1zlc"))))
(base32
"1nxwjr9jly6wh1ixr6a7zhlg4b3298v940040fsm0n3lcljd37zx"))))
;; FIXME: Rclone bundles some libraries Guix already provides. Need to ;; FIXME: Rclone bundles some libraries Guix already provides. Need to
;; un-bundle them. ;; un-bundle them.
(build-system go-build-system) (build-system go-build-system)