mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-lazr-config: Update to 2.2.3.
* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3.
This commit is contained in:
parent
26e11fa561
commit
f0c0ef60a0
1 changed files with 2 additions and 2 deletions
|
@ -25424,14 +25424,14 @@ (define-public python-lazr-delegates
|
|||
(define-public python-lazr-config
|
||||
(package
|
||||
(name "python-lazr-config")
|
||||
(version "2.2.2")
|
||||
(version "2.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "lazr.config" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11xpddgyhyj7sf27wbmrq5lnqk21wnprx3ajycgwlxjamh6sgffd"))))
|
||||
"1qdbrzl61q7cjhbnxvw9y3frcr935y7diwy15xrwcv9ynvw76jmp"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue