mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ansible-core: Update to 2.11.6.
* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
This commit is contained in:
parent
031906be76
commit
90cd653abe
1 changed files with 2 additions and 3 deletions
|
@ -2507,14 +2507,13 @@ (define-public graphios
|
|||
(define-public ansible-core
|
||||
(package
|
||||
(name "ansible-core")
|
||||
(version "2.11.4")
|
||||
(version "2.11.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ansible-core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jgahcv2pyc5ky0wir55a1h9q9d6rgqj60rqmvlpbj76vz1agsi2"))))
|
||||
(base32 "0fih7nxszni8imi5sywsifd976v77ydhip43pzg7dd65qy1h5mck"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build python-build-system)
|
||||
|
|
Loading…
Reference in a new issue