gnu: python-lazy-object-proxy: Update to 1.4.3.
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3.
This commit is contained in:
parent
a31b9dac1c
commit
7454078a7c
1 changed files with 2 additions and 2 deletions
|
@ -10855,13 +10855,13 @@ (define-public poetry
|
|||
(define-public python-lazy-object-proxy
|
||||
(package
|
||||
(name "python-lazy-object-proxy")
|
||||
(version "1.4.2")
|
||||
(version "1.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "lazy-object-proxy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wgl0fmddi0ind78a74yyk2qrr9pb5llvj1892cdpp6z6n6mn4zx"))))
|
||||
"1w1aaay424ciz8fz3fkzxb0pxzfxn184f2whpyn4fx72bn50x47k"))))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm-3.3)))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Reference in a new issue