oops, sorry, here it is
On Fri, Mar 20, 2020 at 1:10 PM Brice Waegeneire <brice@waegenei.re> wrote:
Toggle quote (7 lines)
>> On 2020-03-20 11:20, Vincent Legoll wrote:> > just a version bump> Looks like the PATCH got lost in transit.
-- Vincent Legoll
From 0149da21ec9f5cddb3a065b1c654c322226c8b7e Mon Sep 17 00:00:00 2001
* gnu/packages/admin.scm (ansible): Update to 2.9.6.--- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (22 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scmindex 382f631ebd..4d3425d039 100644--- a/gnu/packages/admin.scm+++ b/gnu/packages/admin.scm@@ -1916,13 +1916,13 @@ of supported upstream metrics systems simultaneously.") (define-public ansible (package (name "ansible")- (version "2.9.5")+ (version "2.9.6") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256- (base32 "19fav6rs58zdc3gfhh1lxhki36jn4252183rrd769sv46b9m1bji"))))+ (base32 "1jfbp1i3nl4yvqwd5ssy43dz3pq2x03mn875vb8r56gqh43kmksr")))) (build-system python-build-system) (native-inputs `(("python-bcrypt" ,python-bcrypt)-- 2.25.1