guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rclone: Update to 1.49.1.


From: guix-commits
Subject: 01/01: gnu: rclone: Update to 1.49.1.
Date: Mon, 2 Sep 2019 16:44:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d3a8dd2dc0e14c398e5e0ca8ac5d62d2b034c5b7
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Sep 2 22:44:07 2019 +0200

    gnu: rclone: Update to 1.49.1.
    
    * gnu/packages/sync.scm (rclone): Update to 1.49.1.
    [source]: Update uri.
    [arguments]: Update #:import-path.
---
 gnu/packages/sync.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index ccebe40..e281f43 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -264,19 +264,19 @@ over the Internet in an HTTP and CDN friendly way;
 (define-public rclone
   (package
     (name "rclone")
-    (version "1.48.0")
+    (version "1.49.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/ncw/rclone/releases/download/v";
-                           version "/rclone-v" version ".tar.gz"))
+       (uri (string-append 
"https://github.com/rclone/rclone/releases/download/";
+                           "v" version "/rclone-v" version ".tar.gz"))
        (sha256
-        (base32 "1r03rlsk0qpya1fl8xfhj5inccjywf2cqgkd8r6wfhf3w2qd1zlc"))))
+        (base32 "1d0qvj7fn5bx3zqlf6hzn1922nrmy4x341n760m1b6h9az32mc5x"))))
     ;; FIXME: Rclone bundles some libraries Guix already provides.  Need to
     ;; un-bundle them.
     (build-system go-build-system)
     (arguments
-     '(#:import-path "github.com/ncw/rclone"
+     '(#:import-path "github.com/rclone/rclone"
        #:install-source? #f))
     (synopsis "@code{rsync} for cloud storage")
     (description "@code{Rclone} is a command line program to sync files and



reply via email to

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