guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: python-dropbox: Update to 11.5.0.


From: guix-commits
Subject: 01/13: gnu: python-dropbox: Update to 11.5.0.
Date: Mon, 29 Mar 2021 10:20:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b53e7ae6b0307f88192b291a62509e65fc57e377
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 16:46:34 2021 +0300

    gnu: python-dropbox: Update to 11.5.0.
    
    * gnu/packages/file-systems.scm (python-dropbox): Update to 11.5.0.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 9877e5c..d7c34cd 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1083,14 +1083,14 @@ compatible directories.")
 (define-public python-dropbox
   (package
     (name "python-dropbox")
-    (version "11.2.0")
+    (version "11.5.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "dropbox" version))
         (sha256
          (base32
-          "0ml6z37k6nkhkiy483kvifs8im8z7vabd2g9jl6fkf1fzy3n6bym"))))
+          "16bxx9xqx2s4d9khrw57a0bj4q7nc6kq355wl4pfddn9cqvh9rg2"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))  ; Tests require a network connection.
     (native-inputs



reply via email to

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