gnu: ansible-core: Update to 2.11.6.

* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-07 22:50:55 +01:00
parent 031906be76
commit 90cd653abe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)