guix-patches
[Top][All Lists]
Advanced

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

[bug#34534] [PATCH] gnu: ansible: Update to 2.7.7.


From: Brett Gilio
Subject: [bug#34534] [PATCH] gnu: ansible: Update to 2.7.7.
Date: Mon, 18 Feb 2019 16:14:53 -0600

>From c06e914ce176ca9e3592bfc560514e1b4f28e9a8 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Mon, 18 Feb 2019 16:14:19 -0600
Subject: [PATCH] gnu: ansible: Update to 2.7.7.

* gnu/packages/admin.scm (ansible): Update to 2.7.7.
---
 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 982aad0f4..24486cec1 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)
-- 
2.20.1






reply via email to

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