mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
4ae3e4ae8e
commit
06d41fac7a
1 changed files with 3 additions and 2 deletions
|
@ -8960,7 +8960,7 @@ ecosystem, but can naturally be used also by other projects.")
|
||||||
(define-public python-robotframework
|
(define-public python-robotframework
|
||||||
(package
|
(package
|
||||||
(name "python-robotframework")
|
(name "python-robotframework")
|
||||||
(version "7.2.2")
|
(version "7.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in the PyPI archive
|
(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))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a34dv5gpaiqbddblfnirp1ja2a1069n9nifasn4g26kcj69fpra"))))
|
(base32 "0azis3dj7lfiwrr5gr1gr78z5m05vvl8n20rw3bz93s05z94h5i7"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -9009,6 +9009,7 @@ ecosystem, but can naturally be used also by other projects.")
|
||||||
python-jsonschema
|
python-jsonschema
|
||||||
python-pygments
|
python-pygments
|
||||||
python-rellu
|
python-rellu
|
||||||
|
python-typing-extensions-next
|
||||||
python-setuptools
|
python-setuptools
|
||||||
`(,python "tk") ;used when building the HTML doc
|
`(,python "tk") ;used when building the HTML doc
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue