guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-dropbox: Update to 11.0.0.


From: guix-commits
Subject: 03/04: gnu: python-dropbox: Update to 11.0.0.
Date: Mon, 28 Dec 2020 02:59:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ad68e30c30e43870eb515958dc03a37302e07ad2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 28 09:53:58 2020 +0200

    gnu: python-dropbox: Update to 11.0.0.
    
    * gnu/packages/file-systems.scm (python-dropbox): Update to 11.0.0.
    [propagated-inputs]: Add python-stone.
---
 gnu/packages/file-systems.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index af587f7..152d3a1 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1055,14 +1055,14 @@ compatible directories.")
 (define-public python-dropbox
   (package
     (name "python-dropbox")
-    (version "10.3.1")
+    (version "11.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "dropbox" version))
         (sha256
          (base32
-          "137rn9fs1bg1p1khd5lcccfxh8jsx27dh2ix5wwd8cmddbrzdrbd"))))
+          "0r64jxm5m4a1sln2la3av0103filb0plqja1nnyibqvk9qrqs5jf"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))  ; Tests require a network connection.
     (native-inputs
@@ -1073,6 +1073,7 @@ compatible directories.")
        ("python-chardet" ,python-chardet)
        ("python-requests" ,python-requests)
        ("python-six" ,python-six)
+       ("python-stone" ,python-stone)
        ("python-urllib3" ,python-urllib3)))
     (home-page "https://www.dropbox.com/developers";)
     (synopsis "Official Dropbox API Client")



reply via email to

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