guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: rclone: Update to 1.52.2.


From: guix-commits
Subject: 02/07: gnu: rclone: Update to 1.52.2.
Date: Tue, 30 Jun 2020 13:03:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ccbf5f62c631cca2e9235a1d0e8c97aa94d4d40b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 30 10:34:04 2020 +0200

    gnu: rclone: Update to 1.52.2.
    
    * gnu/packages/sync.scm (rclone): Update to 1.52.2.
---
 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 c4bc5dd..372cea8 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.52.1")
+    (version "1.52.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/rclone/rclone/releases/download/";
                            "v" version "/rclone-v" version ".tar.gz"))
        (sha256
-        (base32 "0lvmm3qpdix4mnip1dfyawsdvzbcdxw0b0zz7xbgmicbfv1vlpx9"))))
+        (base32 "1y0ysdbqqb1dj8daziwwhz531c7kfr7f9fsvc7xyg4ysppz1qxfq"))))
     ;; 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]