diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-31 22:47:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:55 +0100 |
| commit | d57e7beb25724ac3a9d42a1d3c92826d0c33c1f6 (patch) | |
| tree | 2b9707b085918c99f5a98a0adc56930ee63e5ceb /gnu/packages/python-check.scm | |
| parent | 7a04d0c04af0a1690dc97baa0475c50cc544dec2 (diff) | |
gnu: python-pytest-rerunfailures: Update to 16.3.
* gnu/packages/python-check.scm (python-pytest-rerunfailures): Update to 16.3.
[source]: Switch to git-fetch.
Change-Id: Ie013ee909922eb954c12b4c0f8128cb322939e6f
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 1cc0e0f6c3a..f395904ca52 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -4085,13 +4085,16 @@ focused in simplicity and extensibility.") | |||
| 4085 | (define-public python-pytest-rerunfailures | 4085 | (define-public python-pytest-rerunfailures |
| 4086 | (package | 4086 | (package |
| 4087 | (name "python-pytest-rerunfailures") | 4087 | (name "python-pytest-rerunfailures") |
| 4088 | (version "15.1") | 4088 | (version "16.3") |
| 4089 | (source | 4089 | (source |
| 4090 | (origin | 4090 | (origin |
| 4091 | (method url-fetch) | 4091 | (method git-fetch) |
| 4092 | (uri (pypi-uri "pytest_rerunfailures" version)) | 4092 | (uri (git-reference |
| 4093 | (url "https://github.com/pytest-dev/pytest-rerunfailures") | ||
| 4094 | (commit version))) | ||
| 4095 | (file-name (git-file-name name version)) | ||
| 4093 | (sha256 | 4096 | (sha256 |
| 4094 | (base32 "106fiqn3d86xcl2cwmc76svi2mkfgphqna37bf617f6pmdl06166")))) | 4097 | (base32 "1k0q1swva0sqh1prlrww332x7wyyq1j2p4bwij33xg87hl17i2ag")))) |
| 4095 | (build-system pyproject-build-system) | 4098 | (build-system pyproject-build-system) |
| 4096 | (native-inputs | 4099 | (native-inputs |
| 4097 | (list python-pytest-bootstrap | 4100 | (list python-pytest-bootstrap |
