guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ansible: Update to 2.2.1 [fixes CVE-2016-9587].


From: Ludovic Courtès
Subject: 02/02: gnu: ansible: Update to 2.2.1 [fixes CVE-2016-9587].
Date: Thu, 19 Jan 2017 17:03:10 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 0691c9c05daf451c7e998ed08cb200a1b417274e
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 19 17:59:23 2017 +0100

    gnu: ansible: Update to 2.2.1 [fixes CVE-2016-9587].
    
    * gnu/packages/admin.scm (ansible): Update to 2.2.1.
---
 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 b4695dc..a785ddb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1345,14 +1345,14 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.1.0.0")
+    (version "2.2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
         (base32
-         "1bfc2xiplpad6f2nwi48y0kps7xqnsll85dlz63cy8k5bysl6d20"))))
+         "0gz9i30pdmkchi936ijy873k8di6fmf3v5rv551hxyf0hjkjx8b3"))))
     (build-system python-build-system)
     (native-inputs
      `(("python2-pycrypto" ,python2-pycrypto)



reply via email to

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