diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-15 01:08:51 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-15 21:23:57 +0200 |
| commit | 103cdcd45641049a298e8295f712ae71d45bf78e (patch) | |
| tree | b6c3741dbdf21673e9876edba0edf35b6ceed729 | |
| parent | 247649d42e60b718f3f46b2bcf72d19bf799d503 (diff) | |
gnu: python-django-rq: Update to 1.3.1.
* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
| -rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b9554a388e1..c761a1061bf 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -749,13 +749,13 @@ support, and optional data-URI image and font embedding.") | |||
| 749 | (define-public python-django-rq | 749 | (define-public python-django-rq |
| 750 | (package | 750 | (package |
| 751 | (name "python-django-rq") | 751 | (name "python-django-rq") |
| 752 | (version "1.3.0") | 752 | (version "1.3.1") |
| 753 | (source (origin | 753 | (source (origin |
| 754 | (method url-fetch) | 754 | (method url-fetch) |
| 755 | (uri (pypi-uri "django-rq" version)) | 755 | (uri (pypi-uri "django-rq" version)) |
| 756 | (sha256 | 756 | (sha256 |
| 757 | (base32 | 757 | (base32 |
| 758 | "0xh6qa7i779vh58lwwv6yk0wx8bi38mvmpz79grnl2cl8531r928")))) | 758 | "1ips1ikv5qhgwb58ssn496vgqg9qv6jinwmwbrg9l3s75fskd1l5")))) |
| 759 | (build-system python-build-system) | 759 | (build-system python-build-system) |
| 760 | (arguments | 760 | (arguments |
| 761 | `(#:phases | 761 | `(#:phases |
