mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-django-rq: Update to 2.3.2.
* gnu/packages/django.scm (python-django-rq): Update to 2.3.2. [native-inputs]: Add PYTHON-DJANGO-REDIS, PYTHON-MOCK, and PYTHON-RQ-SCHEDULER.
This commit is contained in:
parent
8a88efce4c
commit
da6448cda5
1 changed files with 5 additions and 3 deletions
|
@ -911,13 +911,13 @@ (define-public python2-django-redis
|
|||
(define-public python-django-rq
|
||||
(package
|
||||
(name "python-django-rq")
|
||||
(version "1.3.1")
|
||||
(version "2.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django-rq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ips1ikv5qhgwb58ssn496vgqg9qv6jinwmwbrg9l3s75fskd1l5"))))
|
||||
"0lksnjn3q3f7y72bj2yr8870w28a5b6x0vjnd9nhpq2ah6xfz6pf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -929,7 +929,9 @@ (define-public python-django-rq
|
|||
"--settings=django_rq.tests.settings"
|
||||
"--pythonpath=."))))))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
`(("python-django-redis" ,python-django-redis)
|
||||
("python-mock" ,python-mock)
|
||||
("python-rq-scheduler" ,python-rq-scheduler)
|
||||
("redis" ,redis)))
|
||||
(propagated-inputs
|
||||
`(("python-django" ,python-django)
|
||||
|
|
Loading…
Reference in a new issue