guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ansible: Update to 2.8.1.


From: guix-commits
Subject: 01/07: gnu: ansible: Update to 2.8.1.
Date: Wed, 19 Jun 2019 11:52:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a6dc3cc197955708e16516926addbf5a617efee9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 19 17:03:13 2019 +0200

    gnu: ansible: Update to 2.8.1.
    
    * gnu/packages/admin.scm (ansible): Update to 2.8.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 4ae0733..fa1591a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1734,13 +1734,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.8.0")
+    (version "2.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "1bpk5r5x6vdgn839n74yv2chd2ja10yfrhav0fzwa38mi5yxsd3j"))))
+        (base32 "0ia4x17ywym3r1m96ar4h0wc2xlylhbjp6x4wzwkh4p2i0x1vmg1"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)



reply via email to

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