gnu: python-pynetbox: Update to 7.2.0.

* gnu/packages/python-web.scm (python-pynetbox): Update to 7.2.0.
This commit is contained in:
Mathieu Othacehe 2023-10-05 18:31:11 +02:00
parent 21f3f30141
commit 29243a9f39
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -8824,13 +8824,13 @@ (define-public python-enoslib
(define-public python-pynetbox (define-public python-pynetbox
(package (package
(name "python-pynetbox") (name "python-pynetbox")
(version "7.0.1") (version "7.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pynetbox" version)) (uri (pypi-uri "pynetbox" version))
(sha256 (sha256
(base32 (base32
"16ps9zgcjzyzn95lry277741i8php4ci3plsyd2vqxd57havba7b")))) "1pzmkl4nr247v4022i33v32jlx88wwcdy7ycyfd4pnl19vag8d9p"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases #~(modify-phases %standard-phases (list #:phases #~(modify-phases %standard-phases