[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: ansible-core: Update to 2.11.6.
From: |
guix-commits |
Subject: |
02/03: gnu: ansible-core: Update to 2.11.6. |
Date: |
Sun, 31 Oct 2021 23:09:36 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ebdd7804420c44ca5ec2567c3cdc982a7973a3f3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 23:00:17 2021 -0400
gnu: ansible-core: Update to 2.11.6.
* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
---
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 f7e4cdd..c2722d4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2523,14 +2523,14 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible-core
(package
(name "ansible-core")
- (version "2.11.4")
+ (version "2.11.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible-core" version))
(sha256
(base32
- "0jgahcv2pyc5ky0wir55a1h9q9d6rgqj60rqmvlpbj76vz1agsi2"))))
+ "0fih7nxszni8imi5sywsifd976v77ydhip43pzg7dd65qy1h5mck"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build python-build-system)