gnu: rclone: Update to 1.50.1.
* gnu/packages/sync.scm (rclone): Update to 1.50.1.
This commit is contained in:
parent
dfb55eb8c0
commit
5b7a06ca0d
1 changed files with 2 additions and 2 deletions
|
@ -264,14 +264,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.50.0")
|
(version "1.50.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rclone/rclone/releases/download/"
|
(uri (string-append "https://github.com/rclone/rclone/releases/download/"
|
||||||
"v" version "/rclone-v" version ".tar.gz"))
|
"v" version "/rclone-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0al03v71qqsya2m3rln2ax95750dlw8d027xjini3rmaa8bzs0gr"))))
|
(base32 "05p25i1d2fs2ak155rl5m9kkpkrifsfhk5sd5dl6jx22hc4cimj8"))))
|
||||||
;; 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)
|
||||||
|
|
Reference in a new issue