monego pushed a commit to branch master
in repository guix.

commit d38d7d0839deda8ca28d204588e337f3ace2ebf9
Author: Vinicius Monego <mon...@posteo.net>
AuthorDate: Fri Apr 5 22:53:34 2024 -0300

    gnu: ansible: Update to 10.1.0.
    
    * gnu/packages/admin.scm (ansible): Update to 10.1.0.
    
    Change-Id: If6c867fdb52c8a38cf48892e0692246c83affe21
---
 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 49851498a1..f0aa6adc85 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3001,13 +3001,13 @@ provides the following commands:
 (define-public ansible
   (package
     (name "ansible")
-    (version "8.5.0")
+    (version "10.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "0bazj5h12wraf30bb2schzwk553y20n9vh45km4b5kgmvadm0z1j"))))
+        (base32 "0apj783acx4jzkf3bnibn4y5jc6jd8ly7l0rdqq8f1jpgxal933x"))))
     (build-system python-build-system)
     (propagated-inputs (list ansible-core))
     ;; The Ansible collections are found by ansible-core via the Python search

Reply via email to