summaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-19 21:57:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-02-19 22:33:47 +0200
commit95a5334c697c4c56af4e47a6b1f3132e941d906d (patch)
treed3a59bb1b8e9e523314d9a03819fa615663af002 /gnu/packages/file-systems.scm
parent83f6e1b59f138d4deea048d41d4d870980eaa215 (diff)
gnu: python-dropbox: Update to 12.0.2.
* gnu/packages/file-systems.scm (python-dropbox): Update to 12.0.2. [source]: Update snippet. Change-Id: Ief97e48bbd826a624e432addda34f49c473d56a2
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r--gnu/packages/file-systems.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b75a57e44e2..34a3f0f64d4 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2017, 2018, 2021, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2023, 2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;; Copyright © 2021 raid5atemyhomework <raid5atemyhomework@protonmail.com>
@@ -1925,20 +1925,20 @@ compatible directories.")
(define-public python-dropbox
(package
(name "python-dropbox")
- (version "11.36.2")
+ (version "12.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dropbox" version))
(sha256
- (base32 "00650gk8557x3f38nd8a1mdby7v1l8l4l72aq48qpiw6shb3v3fl"))
+ (base32 "0qlrc2ykl7zmv808apqv5ycfzrwnm13ngz1daizh9kszmpapy1ah"))
(snippet
'(begin
(use-modules (guix build utils))
(substitute* "setup.py"
- (("pytest-runner == 5\\.2\\.0") "pytest-runner"))))))
+ (("pytest-runner==5\\.2\\.0") "pytest-runner"))))))
(build-system python-build-system)
- (arguments '(#:tests? #f)) ; Tests require a network connection.
+ (arguments '(#:tests? #f)) ; Tests not included in the release tarball.
(native-inputs
(list python-pytest python-pytest-runner))
(propagated-inputs