guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ansible: Update to 2.9.5.


From: guix-commits
Subject: branch master updated: gnu: ansible: Update to 2.9.5.
Date: Sat, 29 Feb 2020 13:40:47 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 55cd9da  gnu: ansible: Update to 2.9.5.
55cd9da is described below

commit 55cd9da6355a43e491e26a8c9d7a46aed0ab3478
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Feb 29 18:03:18 2020 +0100

    gnu: ansible: Update to 2.9.5.
    
    * gnu/packages/admin.scm (ansible): Update to 2.9.5.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 50bb8ab..fdbd971 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1911,13 +1911,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.8.5")
+    (version "2.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "11k94ifp42psivzx147xwbmq1ak7qnjdgkb6c1xz53nfapkh754f"))))
+        (base32 "19fav6rs58zdc3gfhh1lxhki36jn4252183rrd769sv46b9m1bji"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]