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
This commit is contained in:
Efraim Flashner 2025-02-19 21:57:42 +02:00
parent 83f6e1b59f
commit 95a5334c69
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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