all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45386] [PATCH 0/1] gnu: ansible: Update to 2.9.16.
@ 2020-12-23  9:31 Vincent Legoll
  2020-12-23  9:42 ` [bug#45386] [PATCH] " Vincent Legoll
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-12-23  9:31 UTC (permalink / raw)
  To: 45386

This updates ansible to the latest 2.9.x.

Update to 2.10.x series will need fixing,
so may take more time, this will do until
then.

-- 
Vincent Legoll




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#45386] [PATCH] gnu: ansible: Update to 2.9.16.
  2020-12-23  9:31 [bug#45386] [PATCH 0/1] gnu: ansible: Update to 2.9.16 Vincent Legoll
@ 2020-12-23  9:42 ` Vincent Legoll
  2020-12-24 20:50   ` bug#45386: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-12-23  9:42 UTC (permalink / raw)
  To: 45386; +Cc: Vincent Legoll

* gnu/packages/admin.scm (ansible): Update to 2.9.16.
---
 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 ca6eddc64c..fc4f6675a1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2189,13 +2189,13 @@ of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.9.11")
+    (version "2.9.16")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "1c9ayh61qwasgncmlw7rjx5r4g5n2cpg1d5blgn53zg7xhrx1yc8"))))
+        (base32 "0j1icfqff25zm9sq6j41ipl6gcj3i67mb5bqbjf2f2q1yx6rm8sk"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#45386: [PATCH] gnu: ansible: Update to 2.9.16.
  2020-12-23  9:42 ` [bug#45386] [PATCH] " Vincent Legoll
@ 2020-12-24 20:50   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2020-12-24 20:50 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45386-done

On Wed, Dec 23, 2020 at 10:42:56AM +0100, Vincent Legoll wrote:
> * gnu/packages/admin.scm (ansible): Update to 2.9.16.

Thanks! Pushed as b2b77d8658de677847e4044c2604ea15501b1f7d




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-24 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23  9:31 [bug#45386] [PATCH 0/1] gnu: ansible: Update to 2.9.16 Vincent Legoll
2020-12-23  9:42 ` [bug#45386] [PATCH] " Vincent Legoll
2020-12-24 20:50   ` bug#45386: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.