gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].

* gnu/packages/admin.scm (ansible): Update to 2.7.8.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-10 22:54:43 +01:00
parent 7fda7b8fad
commit 5ae5932b2f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1598,14 +1598,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.7.7")
(version "2.7.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32
"0l4id24jqi578xmybvwrz10sm2jhs90gk9gs1y04gfarz4vcj304"))))
(base32 "11yx7vd0mp5gkq428af141dwnrwf8f9cp3f65243qbs9icjxnrrx"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)