gnu: rclone: Update to 1.52.2.
* gnu/packages/sync.scm (rclone): Update to 1.52.2.
This commit is contained in:
parent
10a8211e0e
commit
ccbf5f62c6
1 changed files with 2 additions and 2 deletions
|
@ -360,14 +360,14 @@ (define-public casync
|
|||
(define-public rclone
|
||||
(package
|
||||
(name "rclone")
|
||||
(version "1.52.1")
|
||||
(version "1.52.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/rclone/rclone/releases/download/"
|
||||
"v" version "/rclone-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lvmm3qpdix4mnip1dfyawsdvzbcdxw0b0zz7xbgmicbfv1vlpx9"))))
|
||||
(base32 "1y0ysdbqqb1dj8daziwwhz531c7kfr7f9fsvc7xyg4ysppz1qxfq"))))
|
||||
;; FIXME: Rclone bundles some libraries Guix already provides. Need to
|
||||
;; un-bundle them.
|
||||
(build-system go-build-system)
|
||||
|
|
Loading…
Reference in a new issue