From 06d41fac7a44814a925c3a36ed92d334039f00c4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 26 Aug 2025 13:10:49 +0900 Subject: [PATCH] gnu: python-robotframework: Update to 7.3.2. * gnu/packages/python-xyz.scm (python-robotframework): Update to 7.3.2. [native-inputs]: Add python-typing-extensions-next. Change-Id: Id426d1661036ef4e70958d637c27dc52e7ddc924 --- gnu/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f5bcb2e79888d3422e5375c0b690e25ca9712665..bedcd86954634988abb1ec14536b2f3eba2e6787 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8960,7 +8960,7 @@ ecosystem, but can naturally be used also by other projects.") (define-public python-robotframework (package (name "python-robotframework") - (version "7.2.2") + (version "7.3.2") (source (origin (method git-fetch) ; no tests in the PyPI archive @@ -8969,7 +8969,7 @@ ecosystem, but can naturally be used also by other projects.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1a34dv5gpaiqbddblfnirp1ja2a1069n9nifasn4g26kcj69fpra")))) + (base32 "0azis3dj7lfiwrr5gr1gr78z5m05vvl8n20rw3bz93s05z94h5i7")))) (outputs '("out" "doc")) (build-system pyproject-build-system) (arguments @@ -9009,6 +9009,7 @@ ecosystem, but can naturally be used also by other projects.") python-jsonschema python-pygments python-rellu + python-typing-extensions-next python-setuptools `(,python "tk") ;used when building the HTML doc python-wheel))