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.51.0.


From: guix-commits
Subject: branch master updated: gnu: rclone: Update to 1.51.0.
Date: Sat, 01 Feb 2020 10:05:49 -0500

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 ab7011f  gnu: rclone: Update to 1.51.0.
ab7011f is described below

commit ab7011f885f3a8db3879028631c2272ad33f25bb
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Feb 1 16:05:31 2020 +0100

    gnu: rclone: Update to 1.51.0.
    
    * gnu/packages/sync.scm (rclone): Update to 1.51.0.
---
 gnu/packages/sync.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index d4a48c4..89dbe45 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ludovic Courtès <address@hidden>
-;;; Copyright © 2018, 2019 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2019 Clément Lassieur <address@hidden>
 ;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
 ;;;
@@ -360,14 +360,14 @@ over the Internet in an HTTP and CDN friendly way;
 (define-public rclone
   (package
     (name "rclone")
-    (version "1.50.2")
+    (version "1.51.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 "14b0k5nb85v0mxmdpqxf8avha0wwc3f4dbj1s8h3hkaifa59kn3d"))))
+        (base32 "1vi7sbdr5irlgxn080nwzs9lr893cxk59y4vnannzr8prvzvgd9y"))))
     ;; 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]