mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
150062f190
58 changed files with 940 additions and 383 deletions
|
@ -2049,14 +2049,14 @@ CSS tidy. Also supports URL rewriting in CSS files.")
|
|||
(define-public python-elasticsearch
|
||||
(package
|
||||
(name "python-elasticsearch")
|
||||
(version "1.0.0")
|
||||
(version "6.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "elasticsearch" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sdw1r05cw7ihnmng8ra9v968fj7bq6sji8i1dikymsnkcpgc69g"))))
|
||||
"1kjxl45yvvgfb5fmamx0kfsfg9pzphiqrwbkns3s28r1w7ya74cd"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue