[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: rclone: Update to 1.49.4.
From: |
guix-commits |
Subject: |
01/01: gnu: rclone: Update to 1.49.4. |
Date: |
Wed, 2 Oct 2019 19:09:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2b2f7e5d8cd154c8bbf8d531d2edd6801956d36d
Author: Nicolas Goaziou <address@hidden>
Date: Thu Oct 3 01:09:32 2019 +0200
gnu: rclone: Update to 1.49.4.
* gnu/packages/sync.scm (rclone): Update to 1.49.4.
---
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 7a85b6c..b3305be 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.49.3")
+ (version "1.49.4")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/rclone/rclone/releases/download/"
"v" version "/rclone-v" version ".tar.gz"))
(sha256
- (base32 "04blngspm2hzi6d37bd3v19lpcvq0wlk38a9q0a4diwfwp2ab20n"))))
+ (base32 "1bs7b3iy39igli1jqrgjzh32zzzhp1yj8rybsx8i34p9wj2zq2h7"))))
;; FIXME: Rclone bundles some libraries Guix already provides. Need to
;; un-bundle them.
(build-system go-build-system)