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.16.


From: guix-commits
Subject: branch master updated: gnu: ansible: Update to 2.9.16.
Date: Thu, 24 Dec 2020 15:50:03 -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 b2b77d8  gnu: ansible: Update to 2.9.16.
b2b77d8 is described below

commit b2b77d8658de677847e4044c2604ea15501b1f7d
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 10:42:56 2020 +0100

    gnu: ansible: Update to 2.9.16.
    
    * gnu/packages/admin.scm (ansible): Update to 2.9.16.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 ca6eddc..fc4f667 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2189,13 +2189,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.9.11")
+    (version "2.9.16")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "1c9ayh61qwasgncmlw7rjx5r4g5n2cpg1d5blgn53zg7xhrx1yc8"))))
+        (base32 "0j1icfqff25zm9sq6j41ipl6gcj3i67mb5bqbjf2f2q1yx6rm8sk"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

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