diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1915ec66f15..dc14cd775a8 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -870,13 +870,13 @@ support, and optional data-URI image and font embedding.") | |||
| 870 | (define-public python-django-rq | 870 | (define-public python-django-rq |
| 871 | (package | 871 | (package |
| 872 | (name "python-django-rq") | 872 | (name "python-django-rq") |
| 873 | (version "2.3.2") | 873 | (version "2.7.0") |
| 874 | (source (origin | 874 | (source (origin |
| 875 | (method url-fetch) | 875 | (method url-fetch) |
| 876 | (uri (pypi-uri "django-rq" version)) | 876 | (uri (pypi-uri "django-rq" version)) |
| 877 | (sha256 | 877 | (sha256 |
| 878 | (base32 | 878 | (base32 |
| 879 | "0lksnjn3q3f7y72bj2yr8870w28a5b6x0vjnd9nhpq2ah6xfz6pf")))) | 879 | "0aw0fi0lg80qgdp9fhjbnlhvfh2p09rgy1nj6hxpyhi37kihni2h")))) |
| 880 | (build-system python-build-system) | 880 | (build-system python-build-system) |
| 881 | (arguments | 881 | (arguments |
| 882 | `(#:phases | 882 | `(#:phases |
| @@ -884,7 +884,7 @@ support, and optional data-URI image and font embedding.") | |||
| 884 | (replace 'check | 884 | (replace 'check |
| 885 | (lambda _ | 885 | (lambda _ |
| 886 | (invoke "redis-server" "--daemonize" "yes") | 886 | (invoke "redis-server" "--daemonize" "yes") |
| 887 | (invoke "django-admin.py" "test" "django_rq" | 887 | (invoke "django-admin" "test" "django_rq" |
| 888 | "--settings=django_rq.tests.settings" | 888 | "--settings=django_rq.tests.settings" |
| 889 | "--pythonpath=.")))))) | 889 | "--pythonpath=.")))))) |
| 890 | (native-inputs | 890 | (native-inputs |
