summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2018-12-02 16:20:37 +0530
committerArun Isaac <arunisaac@systemreboot.net>2018-12-02 16:20:37 +0530
commitf764868d374254473d0ffd3b104e560ea91a020e (patch)
treec594727c9028557152454105ac64dbfefa012654
parent0afb908c50c9b5e9a2bc981271e542dd9a7f0d78 (diff)
downloadguix-f764868d374254473d0ffd3b104e560ea91a020e.tar.gz
gnu: ansible: Update to 2.7.4.
* gnu/packages/admin.scm (ansible): Update to 2.7.4.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 94bf6900ce..aeea93f378 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1595,14 +1595,14 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.5.7")
+    (version "2.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
         (base32
-         "0wbsjjx3xjlm8g50a9j9c6p9rn23jx32yn1234bf5rmj1qgy3p85"))
+         "0p1n6yyc632522fl2r247p0jg4mncc7z4hqngzbh1zxq3dcb12s9"))
        (patches (search-patches "ansible-wrap-program-hack.patch"))))
     (build-system python-build-system)
     (native-inputs