guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

198/203: gnu: ansible: Update to 4.7.0.


From: guix-commits
Subject: 198/203: gnu: ansible: Update to 4.7.0.
Date: Wed, 3 Nov 2021 21:10:45 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 82f91f3108b711b7c980ca12e041550cf7a3efc0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 23:08:49 2021 -0400

    gnu: ansible: Update to 4.7.0.
    
    * gnu/packages/admin.scm (ansible): Update to 4.7.0.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f38b574..7114794 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2654,13 +2654,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]