mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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:
parent
21f3f30141
commit
29243a9f39
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue