diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-31 23:08:49 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:31 -0500 |
commit | 4e3ef1d6fdcea3e463ea7eb3f5ec29be8fd5a34d (patch) | |
tree | 4679811d36a11f5fcd39282a8800d2580252fdca | |
parent | 91bb9cb3a9e0cdc119dd383045399a90782806dc (diff) | |
download | guix-4e3ef1d6fdcea3e463ea7eb3f5ec29be8fd5a34d.tar guix-4e3ef1d6fdcea3e463ea7eb3f5ec29be8fd5a34d.tar.gz |
gnu: ansible: Update to 4.7.0.
* gnu/packages/admin.scm (ansible): Update to 4.7.0.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 9d793b230b..40cd0fd91d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2653,13 +2653,13 @@ provides the following commands: (define-public ansible (package (name "ansible") - (version "4.4.0") + (version "4.7.0") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 - (base32 "031n22j0lsmh69x6i6gkva81j68b4yzh1pbg3q2h4bknl85q46ag")))) + (base32 "0aab9id6dqfw2111r731c7y1p77dpzczynmgl4d989p3a7n54z0b")))) (build-system python-build-system) (propagated-inputs `(("ansible-core" ,ansible-core))) |