diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 04:00:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:48 +0200 |
commit | cf287faa6bc30fc2d2e886b7b2ed5a7d44ba6b62 (patch) | |
tree | e30749c707239efbebf5661f646a2a0ae36ed7d6 | |
parent | 58d20bf01a89ce7933ca083d5b3ad11327ce3d41 (diff) | |
download | guix-cf287faa6bc30fc2d2e886b7b2ed5a7d44ba6b62.tar.gz guix-cf287faa6bc30fc2d2e886b7b2ed5a7d44ba6b62.zip |
gnu: ansible: Update to 2.7.10.
* gnu/packages/admin.scm (ansible): Update to 2.7.10.
-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 7acd00f78a..3a250eeaa8 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1599,13 +1599,13 @@ of supported upstream metrics systems simultaneously.") (define-public ansible (package (name "ansible") - (version "2.7.9") + (version "2.7.10") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 - (base32 "19vyf60zfmnv7frwm96bzqzvia69dysy9apk8bl84vr03ib9vrbf")))) + (base32 "15721d0bxymghxnlnknq43lszlxg3ybbcp2p5v424hhw6wg2v944")))) (build-system python-build-system) (native-inputs `(("python-bcrypt" ,python-bcrypt) |