diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-26 13:13:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:46 +0100 |
| commit | 24e25b8487c0228e9f550b2277ae7abd4cd09a3c (patch) | |
| tree | 4f08243ae15e4ebbb2c6c2c72f194498450e85f2 /gnu/packages/python-check.scm | |
| parent | aad460208c4ac19aaa4e1e6ce84f2ab775289d85 (diff) | |
gnu: python-pytest-celery: Update to 1.3.0.
* gnu/packages/python-check.scm (python-pytest-celery): Update to 1.3.0.
Change-Id: I218092baf981ecfaa53bf744ecd8ab40107c3c2d
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 02af09db9d8..f61c381472a 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -2556,7 +2556,7 @@ functions.") | |||
| 2556 | (define-public python-pytest-celery | 2556 | (define-public python-pytest-celery |
| 2557 | (package | 2557 | (package |
| 2558 | (name "python-pytest-celery") | 2558 | (name "python-pytest-celery") |
| 2559 | (version "1.2.1") | 2559 | (version "1.3.0") |
| 2560 | (source | 2560 | (source |
| 2561 | (origin | 2561 | (origin |
| 2562 | (method git-fetch) | 2562 | (method git-fetch) |
| @@ -2565,7 +2565,7 @@ functions.") | |||
| 2565 | (commit (string-append "v" version)))) | 2565 | (commit (string-append "v" version)))) |
| 2566 | (file-name (git-file-name name version)) | 2566 | (file-name (git-file-name name version)) |
| 2567 | (sha256 | 2567 | (sha256 |
| 2568 | (base32 "04s5j456rl2lj4zxrzkynx1lb09bb8qrkn82pladj2q89pzqxh8k")))) | 2568 | (base32 "0ck330n94q4yv3hhrs00px355xvvv2njfnv4b02i6dzlrg4fg87j")))) |
| 2569 | (build-system pyproject-build-system) | 2569 | (build-system pyproject-build-system) |
| 2570 | (arguments | 2570 | (arguments |
| 2571 | (list | 2571 | (list |
