1
0
forked from tribes/guix

gnu: ansible: Update to 2.7.10.

* gnu/packages/admin.scm (ansible): Update to 2.7.10.
This commit is contained in:
Tobias Geerinckx-Rice
2019-04-11 04:00:09 +02:00
parent 58d20bf01a
commit cf287faa6b
+2 -2
View File
@@ -1599,13 +1599,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.7.9")
(version "2.7.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32 "19vyf60zfmnv7frwm96bzqzvia69dysy9apk8bl84vr03ib9vrbf"))))
(base32 "15721d0bxymghxnlnknq43lszlxg3ybbcp2p5v424hhw6wg2v944"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)