diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-03 11:55:21 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-05 23:04:15 -0300 |
commit | d6cb8997cffefdb0bd5dba04e860d396ed5bf923 (patch) | |
tree | b0ca092a8fa0c30650e3333552d92e2a83eaf4a3 /gnu/packages | |
parent | 663fed5eec5967deaf2b38a79fd87e24b23410f2 (diff) | |
download | guix-d6cb8997cffefdb0bd5dba04e860d396ed5bf923.tar.gz guix-d6cb8997cffefdb0bd5dba04e860d396ed5bf923.zip |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 4dba607bd6..49851498a1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -67,6 +67,7 @@ ;;; Copyright © 2024 dan <i@dan.games> ;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> ;;; Copyright © 2024 Richard Sent <richard@freakingpenguin.com> +;;; Copyright © 2024 Vinicius Monego <monego@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2862,13 +2863,13 @@ specified directories.") (define-public ansible-core (package (name "ansible-core") - (version "2.15.5") + (version "2.17.1") (source (origin (method url-fetch) - (uri (pypi-uri "ansible-core" version)) + (uri (pypi-uri "ansible_core" version)) (sha256 - (base32 "00hnwjk4dxgxbz4xlza2wqx20yks5xr7074hzlzsyja3ip5kkicc")))) + (base32 "007ginimzbizx2c3fp3vccizscyki0fp4yg3bzl3qz6ipdqrsi26")))) (build-system python-build-system) (arguments `(#:modules ((guix build python-build-system) |