guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].


From: guix-commits
Subject: 01/01: gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].
Date: Sun, 10 Mar 2019 18:00:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5ae5932b2f84b58f51f220f5d3103f96a8ef09e8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 10 22:54:43 2019 +0100

    gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].
    
    * gnu/packages/admin.scm (ansible): Update to 2.7.8.
---
 gnu/packages/admin.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e26bf03..48b8582 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1598,14 +1598,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.7.7")
+    (version "2.7.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32
-         "0l4id24jqi578xmybvwrz10sm2jhs90gk9gs1y04gfarz4vcj304"))))
+        (base32 "11yx7vd0mp5gkq428af141dwnrwf8f9cp3f65243qbs9icjxnrrx"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

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