3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/python.scm (python-lazy-object-proxy): Update to 1.3.1.
This commit is contained in:
Marius Bakke 2018-10-21 23:53:16 +02:00
parent b45688313b
commit f232c875d2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9578,13 +9578,13 @@ docstring and colored output.")
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
(version "1.2.2")
(version "1.3.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "lazy-object-proxy" version))
(sha256
(base32
"0s22aqqkdscyh8sjspyyax7qa1aiz8p4midrnyf39717fhfczm6x"))))
"0yha7q9bhw857fwaby785d63mffhngl9npwzlk9i0pwlkwvbx4gb"))))
(build-system python-build-system)
(home-page "https://github.com/ionelmc/python-lazy-object-proxy")
(synopsis "Lazy object proxy for python")