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


From: guix-commits
Subject: 01/01: gnu: rclone: Update to 1.50.0.
Date: Fri, 1 Nov 2019 06:54:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 51d602a5c17ff901136b84765d49678ea12fbab3
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Nov 1 11:54:18 2019 +0100

    gnu: rclone: Update to 1.50.0.
    
    * gnu/packages/sync.scm (rclone): Update to 1.50.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 b3305be..c04bc9e 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 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2018, 2019 Nicolas Goaziou <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -264,14 +264,14 @@ over the Internet in an HTTP and CDN friendly way;
 (define-public rclone
   (package
     (name "rclone")
-    (version "1.49.4")
+    (version "1.50.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 "1bs7b3iy39igli1jqrgjzh32zzzhp1yj8rybsx8i34p9wj2zq2h7"))))
+        (base32 "0al03v71qqsya2m3rln2ax95750dlw8d027xjini3rmaa8bzs0gr"))))
     ;; 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]