guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f4c97b3e427744b7e13651ea132949055d8d7acd
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 19:35:36 2026 +0100
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ef7da6d29..6b43e007b8 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