Archived
1
0
Fork 0

gnu: ansible: Update to 2.7.7.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Brett Gilio 2019-02-18 16:14:19 -06:00 committed by Arun Isaac
parent 3154ac3288
commit be92b4b000
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1602,14 +1602,14 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible (define-public ansible
(package (package
(name "ansible") (name "ansible")
(version "2.7.6") (version "2.7.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ansible" version)) (uri (pypi-uri "ansible" version))
(sha256 (sha256
(base32 (base32
"0f7b2ghm34ql8yv90wr0ngd6w7wyvnlcxpc3snkj86kcjsnmx1bd")))) "0l4id24jqi578xmybvwrz10sm2jhs90gk9gs1y04gfarz4vcj304"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-bcrypt" ,python-bcrypt) `(("python-bcrypt" ,python-bcrypt)