me
/
guix
Archived
1
0
Fork 0

gnu: python-lazy-object-proxy: Update to 1.5.1.

* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.5.1.
master
Efraim Flashner 2020-08-07 16:07:43 +03:00
parent 6ff6912de9
commit 7c2b6eb11b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -12641,13 +12641,13 @@ inspection of types defined in the Python standard typing module.")
(define-public python-lazy-object-proxy (define-public python-lazy-object-proxy
(package (package
(name "python-lazy-object-proxy") (name "python-lazy-object-proxy")
(version "1.4.3") (version "1.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "lazy-object-proxy" version)) (uri (pypi-uri "lazy-object-proxy" version))
(sha256 (sha256
(base32 (base32
"1w1aaay424ciz8fz3fkzxb0pxzfxn184f2whpyn4fx72bn50x47k")))) "0hwh29m9wa582ramj30p4pysckdrmki1z1b8iaaxk6mpfx2kc8wp"))))
(native-inputs (native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm))) `(("python-setuptools-scm" ,python-setuptools-scm)))
(build-system python-build-system) (build-system python-build-system)