[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: ansible: Update to 2.9.11.
From: |
guix-commits |
Subject: |
04/05: gnu: ansible: Update to 2.9.11. |
Date: |
Thu, 23 Jul 2020 10:32:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4f204533b7183adadfe5cbe7f8bcd7d11c430b44
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 04:53:06 2020 +0200
gnu: ansible: Update to 2.9.11.
* gnu/packages/admin.scm (ansible): Update to 2.9.11.
---
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 ddf6bb8..c0e7831 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2165,13 +2165,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
- (version "2.9.10")
+ (version "2.9.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
- (base32 "1kfaxd7w8qiis2vv96kgrhiqh158qb0z4lspr9c8fsdi5m1z2rh8"))))
+ (base32 "1c9ayh61qwasgncmlw7rjx5r4g5n2cpg1d5blgn53zg7xhrx1yc8"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)