gnu: ansible: Update to 7.4.0.
* gnu/packages/admin.scm (ansible): Update to 7.4.0.master
parent
fc5dd35b07
commit
0ced35ce40
|
@ -2941,16 +2941,15 @@ provides the following commands:
|
||||||
(define-public ansible
|
(define-public ansible
|
||||||
(package
|
(package
|
||||||
(name "ansible")
|
(name "ansible")
|
||||||
(version "4.7.0")
|
(version "7.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ansible" version))
|
(uri (pypi-uri "ansible" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aab9id6dqfw2111r731c7y1p77dpzczynmgl4d989p3a7n54z0b"))))
|
(base32 "142barhwz0wx5kn74xi0bfl21iwq2yq3jp14kxajsg9nggndcr09"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list ansible-core))
|
||||||
(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
|
||||||
;; path; the following search path ensures that they are found even when
|
;; path; the following search path ensures that they are found even when
|
||||||
;; Python is not present in the profile.
|
;; Python is not present in the profile.
|
||||||
|
|
Reference in New Issue