gnu: ansible-core: Update to 2.17.1.

* gnu/packages/admin.scm (ansible-core): Update to 2.17.1.
[source]: Update URI.

Change-Id: Ia85ccabd5ac83e61baee8829ded0026ef0ae5388
This commit is contained in:
Vinicius Monego 2024-07-03 11:55:21 -03:00
parent 663fed5eec
commit d6cb8997cf
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -67,6 +67,7 @@
;;; Copyright © 2024 dan <i@dan.games> ;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> ;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2024 Richard Sent <richard@freakingpenguin.com> ;;; Copyright © 2024 Richard Sent <richard@freakingpenguin.com>
;;; Copyright © 2024 Vinicius Monego <monego@posteo.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -2862,13 +2863,13 @@ (define-public fdupes
(define-public ansible-core (define-public ansible-core
(package (package
(name "ansible-core") (name "ansible-core")
(version "2.15.5") (version "2.17.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ansible-core" version)) (uri (pypi-uri "ansible_core" version))
(sha256 (sha256
(base32 "00hnwjk4dxgxbz4xlza2wqx20yks5xr7074hzlzsyja3ip5kkicc")))) (base32 "007ginimzbizx2c3fp3vccizscyki0fp4yg3bzl3qz6ipdqrsi26"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:modules ((guix build python-build-system) `(#:modules ((guix build python-build-system)