mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
663fed5eec
commit
d6cb8997cf
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue