me
/
guix
Archived
1
0
Fork 0

gnu: ansible: Update to 2.9.18 [security fixes].

* gnu/packages/admin.scm (ansible): Update to 2.9.18.
master
Léo Le Bouter 2021-03-01 05:51:28 +01:00
parent ea13b3a14c
commit 9be83f28c0
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -2292,13 +2292,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.9.16")
(version "2.9.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32 "0j1icfqff25zm9sq6j41ipl6gcj3i67mb5bqbjf2f2q1yx6rm8sk"))))
(base32 "0g6rsnh02zq5nizamgakl2wvgz7hk1lpnjn9akldrcpa55vygzjm"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)