summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-15 23:48:57 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:58 +0100
commit222ba4ac2df03d0a7d2bf4350da7ef3e2f587140 (patch)
tree45f36d080c520f399410e7de1e01c4d161ac5537 /gnu/packages/python-xyz.scm
parent2ae4e65277910b211b0abcbaf739a6e3e9343b5c (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 710f87afe3..af947ef04c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23820,16 +23820,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))