gnu: python-lazr-config: Update to 2.2.3.
* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3.master
parent
26e11fa561
commit
f0c0ef60a0
|
@ -25424,14 +25424,14 @@ and delegating behavior.")
|
||||||
(define-public python-lazr-config
|
(define-public python-lazr-config
|
||||||
(package
|
(package
|
||||||
(name "python-lazr-config")
|
(name "python-lazr-config")
|
||||||
(version "2.2.2")
|
(version "2.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lazr.config" version))
|
(uri (pypi-uri "lazr.config" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11xpddgyhyj7sf27wbmrq5lnqk21wnprx3ajycgwlxjamh6sgffd"))))
|
"1qdbrzl61q7cjhbnxvw9y3frcr935y7diwy15xrwcv9ynvw76jmp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue