guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: ansible-core: Update to 2.11.6.


From: guix-commits
Subject: 07/07: gnu: ansible-core: Update to 2.11.6.
Date: Sun, 7 Nov 2021 16:52:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 90cd653abee6288004ebc1e3d38b14e094fb5364
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 7 22:50:55 2021 +0100

    gnu: ansible-core: Update to 2.11.6.
    
    * gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
---
 gnu/packages/admin.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b17a331..7e56083 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2507,14 +2507,13 @@ 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"))))
+        (base32 "0fih7nxszni8imi5sywsifd976v77ydhip43pzg7dd65qy1h5mck"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build python-build-system)



reply via email to

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