summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-04 19:35:36 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:56 +0100
commit98b269d0dff6bd392e59121aa94da743483e1539 (patch)
treed8378cc89ecd2460671b4ecf2f4c86d6b2493149 /gnu/packages/python-xyz.scm
parenteda5b7b01616d4987d1780e27494950fa1afc792 (diff)
gnu: python-legacy-api-wrap: Update to 1.5.
* gnu/packages/python-xyz.scm (python-legacy-api-wrap): Update to 1.5. Change-Id: Icc34334452c3ed556652a9c6412fbaa25f6c9e77 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bca502e9000..07184c58c7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17272,19 +17272,21 @@ classes to wrap functions in a similar way, including a function decorator.")
(define-public python-legacy-api-wrap
(package
(name "python-legacy-api-wrap")
- (version "1.4.1")
+ (version "1.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "legacy_api_wrap" version))
(sha256
(base32
- "1d5jyd8d2wxm6y0s39wwqw87gdm4zqlbyz78cf3yqbrim1xdch4w"))))
+ "1wmdkhfbkwc9rwmnq3s55awh9gn3vsbpynm3jylf7gry5x9sc6xl"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-hatch-vcs
+ (list python-hatch-docstring-description
+ python-hatch-vcs
python-hatchling
- python-pytest))
+ python-pytest
+ python-typer))
(home-page "https://github.com/flying-sheep/legacy-api-wrap")
(synopsis "Legacy API wrapper")
(description "This module defines a decorator to wrap legacy APIs. The