diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 13:10:49 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 13:11:11 +0900 |
| commit | 06d41fac7a44814a925c3a36ed92d334039f00c4 (patch) | |
| tree | 68a655f3f5df5f72c5705a5a99bd577379c3a741 | |
| parent | 4ae3e4ae8ecec6c1be9b1f49dda4193d65d99645 (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f5bcb2e7988..bedcd869546 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.") | |||
| 8960 | (define-public python-robotframework | 8960 | (define-public python-robotframework |
| 8961 | (package | 8961 | (package |
| 8962 | (name "python-robotframework") | 8962 | (name "python-robotframework") |
| 8963 | (version "7.2.2") | 8963 | (version "7.3.2") |
| 8964 | (source | 8964 | (source |
| 8965 | (origin | 8965 | (origin |
| 8966 | (method git-fetch) ; no tests in the PyPI archive | 8966 | (method git-fetch) ; no tests in the PyPI archive |
| @@ -8969,7 +8969,7 @@ ecosystem, but can naturally be used also by other projects.") | |||
| 8969 | (commit (string-append "v" version)))) | 8969 | (commit (string-append "v" version)))) |
| 8970 | (file-name (git-file-name name version)) | 8970 | (file-name (git-file-name name version)) |
| 8971 | (sha256 | 8971 | (sha256 |
| 8972 | (base32 "1a34dv5gpaiqbddblfnirp1ja2a1069n9nifasn4g26kcj69fpra")))) | 8972 | (base32 "0azis3dj7lfiwrr5gr1gr78z5m05vvl8n20rw3bz93s05z94h5i7")))) |
| 8973 | (outputs '("out" "doc")) | 8973 | (outputs '("out" "doc")) |
| 8974 | (build-system pyproject-build-system) | 8974 | (build-system pyproject-build-system) |
| 8975 | (arguments | 8975 | (arguments |
| @@ -9009,6 +9009,7 @@ ecosystem, but can naturally be used also by other projects.") | |||
| 9009 | python-jsonschema | 9009 | python-jsonschema |
| 9010 | python-pygments | 9010 | python-pygments |
| 9011 | python-rellu | 9011 | python-rellu |
| 9012 | python-typing-extensions-next | ||
| 9012 | python-setuptools | 9013 | python-setuptools |
| 9013 | `(,python "tk") ;used when building the HTML doc | 9014 | `(,python "tk") ;used when building the HTML doc |
| 9014 | python-wheel)) | 9015 | python-wheel)) |
