diff options
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 |
