gnu: python-django-redis: Update to 4.10.0.
* gnu/packages/django.scm (python-django-redis): Update to 4.10.0.master
parent
865c76ea3b
commit
f55fe42b36
|
@ -638,22 +638,22 @@ support, and optional data-URI image and font embedding.")
|
||||||
(define-public python-django-redis
|
(define-public python-django-redis
|
||||||
(package
|
(package
|
||||||
(name "python-django-redis")
|
(name "python-django-redis")
|
||||||
(version "4.7.0")
|
(version "4.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "django-redis" version))
|
(uri (pypi-uri "django-redis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yyyxv8n9l9dhs893jsqwg2cxqkkc79g719n9dzzzqgkzialv1c1"))))
|
"1rxcwnv9ik0swkwvfqdi9i9baw6n8if5pj6q63fjh4p9chw3j2xg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(and (zero? (system* "redis-server" "--daemonize" "yes"))
|
(invoke "redis-server" "--daemonize" "yes")
|
||||||
(with-directory-excursion "tests"
|
(with-directory-excursion "tests"
|
||||||
(zero? (system* "python" "runtests.py")))))))))
|
(invoke "python" "runtests.py")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-fakeredis" ,python-fakeredis)
|
`(("python-fakeredis" ,python-fakeredis)
|
||||||
("python-hiredis" ,python-hiredis)
|
("python-hiredis" ,python-hiredis)
|
||||||
|
|
Reference in New Issue