* [bug#40146] [PATCH] gnu: ansible: Update to 2.9.6.
@ 2020-03-20 11:20 Vincent Legoll
2020-03-20 12:10 ` Brice Waegeneire
0 siblings, 1 reply; 4+ messages in thread
From: Vincent Legoll @ 2020-03-20 11:20 UTC (permalink / raw)
To: 40146
just a version bump
--
Vincent Legoll
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#40146] [PATCH] gnu: ansible: Update to 2.9.6.
2020-03-20 11:20 [bug#40146] [PATCH] gnu: ansible: Update to 2.9.6 Vincent Legoll
@ 2020-03-20 12:10 ` Brice Waegeneire
2020-03-20 12:28 ` Vincent Legoll
0 siblings, 1 reply; 4+ messages in thread
From: Brice Waegeneire @ 2020-03-20 12:10 UTC (permalink / raw)
To: Vincent Legoll; +Cc: 40146, Guix-patches
On 2020-03-20 11:20, Vincent Legoll wrote:
> just a version bump
Looks like the PATCH got lost in transit.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#40146] [PATCH] gnu: ansible: Update to 2.9.6.
2020-03-20 12:10 ` Brice Waegeneire
@ 2020-03-20 12:28 ` Vincent Legoll
2020-03-20 17:15 ` bug#40146: " Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Vincent Legoll @ 2020-03-20 12:28 UTC (permalink / raw)
To: Brice Waegeneire; +Cc: 40146, Guix-patches
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
oops, sorry, here it is
On Fri, Mar 20, 2020 at 1:10 PM Brice Waegeneire <brice@waegenei.re> wrote:
>
> On 2020-03-20 11:20, Vincent Legoll wrote:
> > just a version bump
> Looks like the PATCH got lost in transit.
--
Vincent Legoll
[-- Attachment #2: 0001-gnu-ansible-Update-to-2.9.6.patch --]
[-- Type: text/x-patch, Size: 1063 bytes --]
From 0149da21ec9f5cddb3a065b1c654c322226c8b7e Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Fri, 20 Mar 2020 12:18:57 +0100
Subject: [PATCH] gnu: ansible: Update to 2.9.6.
* gnu/packages/admin.scm (ansible): Update to 2.9.6.
---
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 382f631ebd..4d3425d039 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1916,13 +1916,13 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
- (version "2.9.5")
+ (version "2.9.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
- (base32 "19fav6rs58zdc3gfhh1lxhki36jn4252183rrd769sv46b9m1bji"))))
+ (base32 "1jfbp1i3nl4yvqwd5ssy43dz3pq2x03mn875vb8r56gqh43kmksr"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#40146: [PATCH] gnu: ansible: Update to 2.9.6.
2020-03-20 12:28 ` Vincent Legoll
@ 2020-03-20 17:15 ` Marius Bakke
0 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2020-03-20 17:15 UTC (permalink / raw)
To: Vincent Legoll, Brice Waegeneire; +Cc: 40146-done
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
Vincent Legoll <vincent.legoll@gmail.com> writes:
> From 0149da21ec9f5cddb3a065b1c654c322226c8b7e Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll@gmail.com>
> Date: Fri, 20 Mar 2020 12:18:57 +0100
> Subject: [PATCH] gnu: ansible: Update to 2.9.6.
>
> * gnu/packages/admin.scm (ansible): Update to 2.9.6.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-20 17:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 11:20 [bug#40146] [PATCH] gnu: ansible: Update to 2.9.6 Vincent Legoll
2020-03-20 12:10 ` Brice Waegeneire
2020-03-20 12:28 ` Vincent Legoll
2020-03-20 17:15 ` bug#40146: " Marius Bakke
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.