diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 03:05:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 05:59:00 +0200 |
commit | 00a206aea66347ad97a146ce1669d22d2c9d9470 (patch) | |
tree | 25c39c34e9fba7145dc9ac595410677dc2ead0b0 /gnu/packages/admin.scm | |
parent | 68193087e27288a4ff83ac3d3a020962a0603f5d (diff) |
gnu: ansible: Update to 2.8.0.
* gnu/packages/admin.scm (ansible): Update to 2.8.0.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 5ea75305dc..d85bd6e324 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1734,13 +1734,13 @@ of supported upstream metrics systems simultaneously.") (define-public ansible (package (name "ansible") - (version "2.7.10") + (version "2.8.0") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 - (base32 "15721d0bxymghxnlnknq43lszlxg3ybbcp2p5v424hhw6wg2v944")))) + (base32 "1bpk5r5x6vdgn839n74yv2chd2ja10yfrhav0fzwa38mi5yxsd3j")))) (build-system python-build-system) (native-inputs `(("python-bcrypt" ,python-bcrypt) |