[PATCH] gnu: ansible: Update to 2.9.6.

  • Done
  • quality assurance status badge
Details
3 participants
  • Brice Waegeneire
  • Marius Bakke
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=r8g=nALVoWBCuH0aJ-z_t6LJbxhQySbgyVbWHaCLHHnw@mail.gmail.com
just a version bump

--
Vincent Legoll
Brice Waegeneire wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
9981951aafa257d2bafa8789a4c7b6c3@waegenei.re
On 2020-03-20 11:20, Vincent Legoll wrote:
Toggle quote (1 lines)
> just a version bump
Looks like the PATCH got lost in transit.
Vincent Legoll wrote 5 years ago
(name . Brice Waegeneire)(address . brice@waegenei.re)
CAEwRq=qr+fGKimSNJEfapVc0sbQU5+wfGW87dXmW6k6hvd-wBA@mail.gmail.com
oops, sorry, here it is

On Fri, Mar 20, 2020 at 1:10 PM Brice Waegeneire <brice@waegenei.re> wrote:
Toggle quote (7 lines)
>
> On 2020-03-20 11:20, Vincent Legoll wrote:
> > just a version bump
> Looks like the PATCH got lost in transit.



--
Vincent Legoll
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(-)

Toggle diff (22 lines)
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
Marius Bakke wrote 5 years ago
(address . 40146-done@debbugs.gnu.org)
87wo7f7xsh.fsf@devup.no
Vincent Legoll <vincent.legoll@gmail.com> writes:

Toggle quote (7 lines)
> 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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl50+i4ACgkQoqBt8qM6
VPqxHAf/SSUir40Pb62s3c+p0BFY3IzCUFf7zDY82REkQe3lOfWH1bWevKBnZA4I
74qbURJdl7jCjy6S3ioun+q8Whwu9o1pbFu8N6m7ELjoQMkejtGkKu1tHZa0hthB
g22fFS6RuAEci8GXp+yKIuIe/I1X0RXGMqv+UZ8WKpyML43Wd3uHejqKmw5JCExE
sEvNR7e24brDGrPCWohWzlRFk8kks5O6zyM7cg4riY2YYk74m3xMb3sZUczuht9/
r+bRraByI44DGGPGMHglp4p1bQrr0AjRod3nPo5VdC56g9cc93HJ0Nokj25fr/qq
F+ejzVOMF8dIPor6NW4rhdAQTaWMKA==
=ldSg
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40146@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40146
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help