guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: rclone: Update to 1.48.0.


From: guix-commits
Subject: 01/03: gnu: rclone: Update to 1.48.0.
Date: Fri, 21 Jun 2019 17:22:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dcdc3315c9adb1c36968b35b1c18e10090ca01e7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 21 20:47:44 2019 +0200

    gnu: rclone: Update to 1.48.0.
    
    * gnu/packages/sync.scm (rclone): Update to 1.48.0.
---
 gnu/packages/sync.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index 51ed031..faff25d 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -252,16 +252,14 @@ over the Internet in an HTTP and CDN friendly way;
 (define-public rclone
   (package
     (name "rclone")
-    (version "1.47.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/ncw/rclone.git";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1nxwjr9jly6wh1ixr6a7zhlg4b3298v940040fsm0n3lcljd37zx"))))
+    (version "1.48.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/ncw/rclone/releases/download/v";
+                           version "/rclone-v" version ".tar.gz"))
+       (sha256
+        (base32 "1r03rlsk0qpya1fl8xfhj5inccjywf2cqgkd8r6wfhf3w2qd1zlc"))))
     ;; 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]