guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: python-dropbox: Update to 11.36.2.


From: guix-commits
Subject: 12/21: gnu: python-dropbox: Update to 11.36.2.
Date: Mon, 17 Jul 2023 12:36:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ba8dcfc511a71eb88cd8e9ee1ad90b990eb95746
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: python-dropbox: Update to 11.36.2.
    
    * gnu/packages/file-systems.scm (python-dropbox): Update to 11.36.2.
---
 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 7cebdf841e..007203ae12 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1698,13 +1698,13 @@ compatible directories.")
 (define-public python-dropbox
   (package
     (name "python-dropbox")
-    (version "11.36.0")
+    (version "11.36.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "dropbox" version))
         (sha256
-         (base32 "0iwbi1qdw9qr7isa37yys582am59k80dqrwvm6s0afdwv0ifa343"))
+         (base32 "00650gk8557x3f38nd8a1mdby7v1l8l4l72aq48qpiw6shb3v3fl"))
         (snippet
          '(begin
             (use-modules (guix build utils))



reply via email to

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