gnu: python-fakeredis: Update to 1.7.1.
* gnu/packages/databases.scm (python-fakeredis): Update to 1.7.1. [propagated-inputs]: Add python-aioredis.
This commit is contained in:
parent
eba0784937
commit
a64ea1f2d3
1 changed files with 3 additions and 3 deletions
|
@ -4001,20 +4001,20 @@ parsing code in hiredis. It primarily speeds up parsing of multi bulk replies."
|
||||||
(define-public python-fakeredis
|
(define-public python-fakeredis
|
||||||
(package
|
(package
|
||||||
(name "python-fakeredis")
|
(name "python-fakeredis")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fakeredis" version))
|
(uri (pypi-uri "fakeredis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wacd3f558vzsrpdvgvdwy9pp6crxf8hxblz30zbsv1k63j15gf9"))))
|
"1v68my2v7fg44zwky3k5d52nn1bi0szpgdslghrpa2ifnjhlnb3w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; no tests
|
;; no tests
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-packaging python-redis python-sortedcontainers))
|
(list python-aioredis python-packaging python-redis python-sortedcontainers))
|
||||||
(home-page "https://github.com/jamesls/fakeredis")
|
(home-page "https://github.com/jamesls/fakeredis")
|
||||||
(synopsis "Fake implementation of redis API for testing purposes")
|
(synopsis "Fake implementation of redis API for testing purposes")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue