diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-25 23:57:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-27 03:28:10 +0200 |
commit | 057c7f1c6707c0585cc84d6e770eb8de84b965b8 (patch) | |
tree | 162fc9d5f90403efcb5b4c0764e5a0d000fde774 /gnu/packages | |
parent | ecc8cd984e69d33c625df775fb779275c90612a7 (diff) | |
download | guix-057c7f1c6707c0585cc84d6e770eb8de84b965b8.tar.gz guix-057c7f1c6707c0585cc84d6e770eb8de84b965b8.zip |
gnu: ansible: Update to 2.9.9.
* gnu/packages/admin.scm (ansible): Update to 2.9.9.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages')
-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 7ec68d1d64..08131a8dd0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2025,13 +2025,13 @@ of supported upstream metrics systems simultaneously.") (define-public ansible (package (name "ansible") - (version "2.9.6") + (version "2.9.9") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 - (base32 "1jfbp1i3nl4yvqwd5ssy43dz3pq2x03mn875vb8r56gqh43kmksr")))) + (base32 "1l99vwkl48iwr8ffd1ihqia995mz8h8hwk4akm4w0cgiifp88gg8")))) (build-system python-build-system) (native-inputs `(("python-bcrypt" ,python-bcrypt) |