mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lazy-object-proxy: Update to 1.11.0.
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.11.0. [native-inputs]: Remove python-pip; add python-pytest and python-pytest-benchmark. Change-Id: I8bee8c95755ad89733f03291a8403689b2a52125
This commit is contained in:
parent
9f0b401e04
commit
16353ca5a5
1 changed files with 5 additions and 4 deletions
|
@ -23844,16 +23844,17 @@ times.
|
|||
(define-public python-lazy-object-proxy
|
||||
(package
|
||||
(name "python-lazy-object-proxy")
|
||||
(version "1.10.0")
|
||||
(version "1.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "lazy-object-proxy" version))
|
||||
(uri (pypi-uri "lazy_object_proxy" version))
|
||||
(sha256
|
||||
(base32 "0sdc92bbzy6slcl432j04mr131cy8n0many26ppm4fpl8mnpn93q"))))
|
||||
(base32 "174fswfrsqr7yj72f8fyry34qxgagbfw37vzljxbp7schq8l91qq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pip
|
||||
(list python-pytest
|
||||
python-pytest-benchmark
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue