diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-01 05:51:28 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-01 05:51:28 +0100 |
commit | 9be83f28c0fefc1befcafd9ccba66c527bbf5440 (patch) | |
tree | c5bcee7cfd9e0e09d073b186a62a4cfe2b9f7cf3 /gnu | |
parent | ea13b3a14cb079e33b59cf60cdabf500ecc51cf1 (diff) |
gnu: ansible: Update to 2.9.18 [security fixes].
* gnu/packages/admin.scm (ansible): Update to 2.9.18.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2ca99774b8..5b864d172e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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) |