mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rclone: Update to 1.50.2.
* gnu/packages/sync.scm (rclone): Update to 1.50.2.
This commit is contained in:
parent
bbf66cbf63
commit
809b39635f
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
|
;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -264,14 +265,14 @@ (define-public casync
|
||||||
(define-public rclone
|
(define-public rclone
|
||||||
(package
|
(package
|
||||||
(name "rclone")
|
(name "rclone")
|
||||||
(version "1.50.1")
|
(version "1.50.2")
|
||||||
(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 "05p25i1d2fs2ak155rl5m9kkpkrifsfhk5sd5dl6jx22hc4cimj8"))))
|
(base32 "14b0k5nb85v0mxmdpqxf8avha0wwc3f4dbj1s8h3hkaifa59kn3d"))))
|
||||||
;; 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)
|
||||||
|
|
Loading…
Reference in a new issue