gnu: ansible: Update to 2.7.9.

* gnu/packages/admin.scm (ansible): Update to 2.7.9.
master
Tobias Geerinckx-Rice 2019-03-17 14:53:42 +01:00
parent 7311ed3f86
commit c8510c3108
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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