me
/
guix
Archived
1
0
Fork 0

gnu: ansible: Update to 2.9.6.

* gnu/packages/admin.scm (ansible): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Vincent Legoll 2020-03-20 12:18:57 +01:00 committed by Marius Bakke
parent baf4567137
commit 830dab870a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1916,13 +1916,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.9.5")
(version "2.9.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32 "19fav6rs58zdc3gfhh1lxhki36jn4252183rrd769sv46b9m1bji"))))
(base32 "1jfbp1i3nl4yvqwd5ssy43dz3pq2x03mn875vb8r56gqh43kmksr"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)