mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-elasticsearch: Update to 7.13.4.
* gnu/packages/python-web.scm (python-elasticsearch): Update to 7.13.4. [native-inputs]: Remove. [propagated-inputs]: Add PYTHON-CERTIFI.
This commit is contained in:
parent
311cc4ee65
commit
730f11ba92
1 changed files with 4 additions and 8 deletions
|
@ -3828,22 +3828,18 @@ CSS tidy. Also supports URL rewriting in CSS files.")
|
||||||
(define-public python-elasticsearch
|
(define-public python-elasticsearch
|
||||||
(package
|
(package
|
||||||
(name "python-elasticsearch")
|
(name "python-elasticsearch")
|
||||||
(version "7.1.0")
|
(version "7.13.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "elasticsearch" version))
|
(uri (pypi-uri "elasticsearch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rnjvlhw4v3vg14l519qliy1s1zpmx3827q0xfviwvk42rr7hh01"))))
|
"1q38w9nh2j2yi82d8rhzb57597l4lq5zx7xzfg45xf7ffrgsipaj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("python-mock" ,python-mock)
|
|
||||||
("python-nosexcover" ,python-nosexcover)
|
|
||||||
("python-pyaml" ,python-pyaml)
|
|
||||||
("python-requests" ,python-requests)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("urllib3" ,python-urllib3)))
|
`(("python-certifi" ,python-certifi)
|
||||||
|
("python-urllib3" ,python-urllib3)))
|
||||||
(arguments
|
(arguments
|
||||||
;; tests require the test_elasticsearch module but it is not distributed.
|
;; tests require the test_elasticsearch module but it is not distributed.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue