guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rclone: Update to 1.52.0.


From: guix-commits
Subject: branch master updated: gnu: rclone: Update to 1.52.0.
Date: Mon, 01 Jun 2020 18:07:36 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d4ad8fd  gnu: rclone: Update to 1.52.0.
d4ad8fd is described below

commit d4ad8fd39864db09e7fac40b8156fce298e16a4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 2 00:07:12 2020 +0200

    gnu: rclone: Update to 1.52.0.
    
    * gnu/packages/sync.scm (rclone): Update to 1.52.0.
---
 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 89dbe45..abaf0f7 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -360,14 +360,14 @@ over the Internet in an HTTP and CDN friendly way;
 (define-public rclone
   (package
     (name "rclone")
-    (version "1.51.0")
+    (version "1.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/rclone/rclone/releases/download/";
                            "v" version "/rclone-v" version ".tar.gz"))
        (sha256
-        (base32 "1vi7sbdr5irlgxn080nwzs9lr893cxk59y4vnannzr8prvzvgd9y"))))
+        (base32 "06zkxnz0ggv8k4ayv3a8jx6ch0hclgs613wagskklqm15zv0dkdq"))))
     ;; FIXME: Rclone bundles some libraries Guix already provides.  Need to
     ;; un-bundle them.
     (build-system go-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]