[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: rclone: Update to 1.50.1.
From: |
guix-commits |
Subject: |
04/05: gnu: rclone: Update to 1.50.1. |
Date: |
Tue, 5 Nov 2019 16:49:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5b7a06ca0d54265482dfc34f0bdadd35d5b5a1a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Nov 5 22:44:59 2019 +0100
gnu: rclone: Update to 1.50.1.
* gnu/packages/sync.scm (rclone): Update to 1.50.1.
---
gnu/packages/sync.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index c04bc9e..b30202f 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -264,14 +264,14 @@ over the Internet in an HTTP and CDN friendly way;
(define-public rclone
(package
(name "rclone")
- (version "1.50.0")
+ (version "1.50.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/rclone/rclone/releases/download/"
"v" version "/rclone-v" version ".tar.gz"))
(sha256
- (base32 "0al03v71qqsya2m3rln2ax95750dlw8d027xjini3rmaa8bzs0gr"))))
+ (base32 "05p25i1d2fs2ak155rl5m9kkpkrifsfhk5sd5dl6jx22hc4cimj8"))))
;; FIXME: Rclone bundles some libraries Guix already provides. Need to
;; un-bundle them.
(build-system go-build-system)