~ruther/guix-local

95a5334c697c4c56af4e47a6b1f3132e941d906d — Efraim Flashner 1 year, 2 months ago 83f6e1b
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
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/file-systems.scm
M gnu/packages/file-systems.scm => gnu/packages/file-systems.scm +5 -5
@@ 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