gnu: ansible: Update to 8.5.0.

* gnu/packages/admin.scm (ansible): Update to 8.5.0.

Change-Id: I38ac84a0945f3ba10e13246cf8ae95c3795b52b3
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Jack Hill 2023-10-27 09:46:04 -04:00 committed by Christopher Baines
parent 4af23bc03c
commit 85451b38dd
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -2973,13 +2973,13 @@ provides the following commands:
(define-public ansible (define-public ansible
(package (package
(name "ansible") (name "ansible")
(version "7.4.0") (version "8.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ansible" version)) (uri (pypi-uri "ansible" version))
(sha256 (sha256
(base32 "142barhwz0wx5kn74xi0bfl21iwq2yq3jp14kxajsg9nggndcr09")))) (base32 "0bazj5h12wraf30bb2schzwk553y20n9vh45km4b5kgmvadm0z1j"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (list ansible-core)) (propagated-inputs (list ansible-core))
;; The Ansible collections are found by ansible-core via the Python search ;; The Ansible collections are found by ansible-core via the Python search