mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: rclone: Update to 1.49.1.
* gnu/packages/sync.scm (rclone): Update to 1.49.1. [source]: Update uri. [arguments]: Update #:import-path.
This commit is contained in:
parent
b888396d70
commit
d3a8dd2dc0
1 changed files with 5 additions and 5 deletions
|
@ -264,19 +264,19 @@ (define-public casync
|
||||||
(define-public rclone
|
(define-public rclone
|
||||||
(package
|
(package
|
||||||
(name "rclone")
|
(name "rclone")
|
||||||
(version "1.48.0")
|
(version "1.49.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ncw/rclone/releases/download/v"
|
(uri (string-append "https://github.com/rclone/rclone/releases/download/"
|
||||||
version "/rclone-v" version ".tar.gz"))
|
"v" version "/rclone-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r03rlsk0qpya1fl8xfhj5inccjywf2cqgkd8r6wfhf3w2qd1zlc"))))
|
(base32 "1d0qvj7fn5bx3zqlf6hzn1922nrmy4x341n760m1b6h9az32mc5x"))))
|
||||||
;; 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)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/ncw/rclone"
|
'(#:import-path "github.com/rclone/rclone"
|
||||||
#:install-source? #f))
|
#:install-source? #f))
|
||||||
(synopsis "@code{rsync} for cloud storage")
|
(synopsis "@code{rsync} for cloud storage")
|
||||||
(description "@code{Rclone} is a command line program to sync files and
|
(description "@code{Rclone} is a command line program to sync files and
|
||||||
|
|
Loading…
Reference in a new issue