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
|
||||
(package
|
||||
(name "python-pynetbox")
|
||||
(version "7.0.1")
|
||||
(version "7.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pynetbox" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16ps9zgcjzyzn95lry277741i8php4ci3plsyd2vqxd57havba7b"))))
|
||||
"1pzmkl4nr247v4022i33v32jlx88wwcdy7ycyfd4pnl19vag8d9p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue