summaryrefslogtreecommitdiff
path: root/gnu
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 /gnu
parent0afb908c50c9b5e9a2bc981271e542dd9a7f0d78 (diff)
gnu: ansible: Update to 2.7.4.
* gnu/packages/admin.scm (ansible): Update to 2.7.4.
Diffstat (limited to 'gnu')
-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 94bf6900cef..aeea93f3786 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1595,14 +1595,14 @@ of supported upstream metrics systems simultaneously.")
1595(define-public ansible 1595(define-public ansible
1596 (package 1596 (package
1597 (name "ansible") 1597 (name "ansible")
1598 (version "2.5.7") 1598 (version "2.7.4")
1599 (source 1599 (source
1600 (origin 1600 (origin
1601 (method url-fetch) 1601 (method url-fetch)
1602 (uri (pypi-uri "ansible" version)) 1602 (uri (pypi-uri "ansible" version))
1603 (sha256 1603 (sha256
1604 (base32 1604 (base32
1605 "0wbsjjx3xjlm8g50a9j9c6p9rn23jx32yn1234bf5rmj1qgy3p85")) 1605 "0p1n6yyc632522fl2r247p0jg4mncc7z4hqngzbh1zxq3dcb12s9"))
1606 (patches (search-patches "ansible-wrap-program-hack.patch")))) 1606 (patches (search-patches "ansible-wrap-program-hack.patch"))))
1607 (build-system python-build-system) 1607 (build-system python-build-system)
1608 (native-inputs 1608 (native-inputs