mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-dropbox: Update to 11.5.0.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.5.0.
This commit is contained in:
parent
7c9016bbad
commit
b53e7ae6b0
1 changed files with 2 additions and 2 deletions
|
@ -1083,14 +1083,14 @@ (define-public mergerfs-tools
|
||||||
(define-public python-dropbox
|
(define-public python-dropbox
|
||||||
(package
|
(package
|
||||||
(name "python-dropbox")
|
(name "python-dropbox")
|
||||||
(version "11.2.0")
|
(version "11.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dropbox" version))
|
(uri (pypi-uri "dropbox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ml6z37k6nkhkiy483kvifs8im8z7vabd2g9jl6fkf1fzy3n6bym"))))
|
"16bxx9xqx2s4d9khrw57a0bj4q7nc6kq355wl4pfddn9cqvh9rg2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; Tests require a network connection.
|
(arguments '(#:tests? #f)) ; Tests require a network connection.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue