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.18 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: ansible: Update to 2.9.18 [security fixes].
Date: Sun, 28 Feb 2021 23:53:15 -0500

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9be83f2  gnu: ansible: Update to 2.9.18 [security fixes].
9be83f2 is described below

commit 9be83f28c0fefc1befcafd9ccba66c527bbf5440
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 1 05:51:28 2021 +0100

    gnu: ansible: Update to 2.9.18 [security fixes].
    
    * gnu/packages/admin.scm (ansible): Update to 2.9.18.
---
 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 2ca9977..5b864d1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2292,13 +2292,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.9.16")
+    (version "2.9.18")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "0j1icfqff25zm9sq6j41ipl6gcj3i67mb5bqbjf2f2q1yx6rm8sk"))))
+        (base32 "0g6rsnh02zq5nizamgakl2wvgz7hk1lpnjn9akldrcpa55vygzjm"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

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