Archived
1
0
Fork 0

gnu: ansible: Update to 2.8.5.

* gnu/packages/admin.scm (ansible): Update to 2.8.5.
This commit is contained in:
Arun Isaac 2019-10-16 01:30:18 +05:30
parent ba8551ec79
commit 131e967699
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1839,13 +1839,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible (define-public ansible
(package (package
(name "ansible") (name "ansible")
(version "2.8.1") (version "2.8.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ansible" version)) (uri (pypi-uri "ansible" version))
(sha256 (sha256
(base32 "0ia4x17ywym3r1m96ar4h0wc2xlylhbjp6x4wzwkh4p2i0x1vmg1")))) (base32 "11k94ifp42psivzx147xwbmq1ak7qnjdgkb6c1xz53nfapkh754f"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-bcrypt" ,python-bcrypt) `(("python-bcrypt" ,python-bcrypt)