gnu: ansible: Update to 10.1.0.

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

Change-Id: If6c867fdb52c8a38cf48892e0692246c83affe21
This commit is contained in:
Vinicius Monego 2024-04-05 22:53:34 -03:00
parent d6cb8997cf
commit d38d7d0839
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -3001,13 +3001,13 @@ (define bin (string-append (assoc-ref outputs "out") "/bin"))
(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