gnu: python-dropbox: Update to 11.36.0.

* gnu/packages/file-systems.scm (python-dropbox): Update to 11.36.0.
[source]: Add snippet to accept newer versions of python-pytest-runner.
This commit is contained in:
Efraim Flashner 2023-03-19 00:20:36 +02:00
parent 99af743311
commit c483cc2b9f
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 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019-2023 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>
@ -1585,13 +1585,18 @@ compatible directories.")
(define-public python-dropbox
(package
(name "python-dropbox")
(version "11.33.0")
(version "11.36.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dropbox" version))
(sha256
(base32 "1hd9gprvcr6h0p8fxhynf97qf6799whfpsmr73g619392598nqvw"))))
(base32 "0iwbi1qdw9qr7isa37yys582am59k80dqrwvm6s0afdwv0ifa343"))
(snippet
'(begin
(use-modules (guix build utils))
(substitute* "setup.py"
(("pytest-runner == 5\\.2\\.0") "pytest-runner"))))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; Tests require a network connection.
(native-inputs