mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
d6cb8997cf
commit
d38d7d0839
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue