[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: ansible: Update to 2.9.6.
From: |
guix-commits |
Subject: |
09/09: gnu: ansible: Update to 2.9.6. |
Date: |
Fri, 20 Mar 2020 14:18:19 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 830dab870ab1d4a4ec1127a877a43d19f86c4f7f
Author: Vincent Legoll <address@hidden>
AuthorDate: Fri Mar 20 12:18:57 2020 +0100
gnu: ansible: Update to 2.9.6.
* gnu/packages/admin.scm (ansible): Update to 2.9.6.
Signed-off-by: Marius Bakke <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 382f631..4d3425d 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)
- branch master updated (6145b16 -> 830dab8), guix-commits, 2020/03/20
- 01/09: gnu: libiberty: Do not inherit properties from GCC., guix-commits, 2020/03/20
- 03/09: gnu: add premake5., guix-commits, 2020/03/20
- 02/09: gnu: gsettings-desktop-schemas: patch monospace font., guix-commits, 2020/03/20
- 06/09: gnu: make-libiberty: Use install-file., guix-commits, 2020/03/20
- 08/09: gnu: Add squid., guix-commits, 2020/03/20
- 07/09: gnu: emacs-projectile: Update to 2.1.0., guix-commits, 2020/03/20
- 09/09: gnu: ansible: Update to 2.9.6.,
guix-commits <=
- 05/09: gnu: Add blktrace., guix-commits, 2020/03/20
- 04/09: gnu: Add wev., guix-commits, 2020/03/20