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


From: guix-commits
Subject: 01/01: gnu: ansible: Update to 2.7.7.
Date: Tue, 19 Feb 2019 04:28:58 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit be92b4b000dbe84a525de7857296fede318048d9
Author: Brett Gilio <address@hidden>
Date:   Mon Feb 18 16:14:19 2019 -0600

    gnu: ansible: Update to 2.7.7.
    
    * gnu/packages/admin.scm (ansible): Update to 2.7.7.
    
    Signed-off-by: Arun Isaac <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 982aad0..24486ce 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1602,14 +1602,14 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.7.6")
+    (version "2.7.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
         (base32
-         "0f7b2ghm34ql8yv90wr0ngd6w7wyvnlcxpc3snkj86kcjsnmx1bd"))))
+         "0l4id24jqi578xmybvwrz10sm2jhs90gk9gs1y04gfarz4vcj304"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

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