3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ansible: Update to 2.7.4.

* gnu/packages/admin.scm (ansible): Update to 2.7.4.
This commit is contained in:
Arun Isaac 2018-12-02 16:20:37 +05:30
parent 0afb908c50
commit f764868d37
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1595,14 +1595,14 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.5.7")
(version "2.7.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32
"0wbsjjx3xjlm8g50a9j9c6p9rn23jx32yn1234bf5rmj1qgy3p85"))
"0p1n6yyc632522fl2r247p0jg4mncc7z4hqngzbh1zxq3dcb12s9"))
(patches (search-patches "ansible-wrap-program-hack.patch"))))
(build-system python-build-system)
(native-inputs