[PATCH] gnu: ansible: Update to 2.7.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Brett Gilio
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87h8d0921u.fsf@posteo.net
From c06e914ce176ca9e3592bfc560514e1b4f28e9a8 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 16:14:19 -0600
Subject: [PATCH] gnu: ansible: Update to 2.7.7.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 982aad0f4..24486cec1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1602,14 +1602,14 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
- (version "2.7.6")
+ (version "2.7.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32
- "0f7b2ghm34ql8yv90wr0ngd6w7wyvnlcxpc3snkj86kcjsnmx1bd"))))
+ "0l4id24jqi578xmybvwrz10sm2jhs90gk9gs1y04gfarz4vcj304"))))
(build-system python-build-system)
(native-inputs
`(("python-bcrypt" ,python-bcrypt)
--
2.20.1
Arun Isaac wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34534-done@debbugs.gnu.org)
cu7h8d086ss.fsf@systemreboot.net
Thank you for contributing. Pushed to master!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlxrzJQACgkQLiXui2GA
K7OWpQgAxtWnWChTu+FFSAqDz/0wJYu+9+iP/8gU8StK8AYvTa4Ye5WwzyN1nfu3
wFPGUoR0HcR54F5y6hxpIG6pRH0exTly7ybHE9z2/Evbq02P34FMlS74ZOJ74khM
xr28o8M8uxyEdM9vGOABmt3ImK5cGWszvDDH9KrWlLYaW5cO6qQVLlaKtFd2nfIr
nAS0CazvOLd9mqLjpnhswd5P+77UnUJEKTl9TCkiBp8Zo9C87QA2fnaazFvFAkHN
AjF0AxPToTIhFgWXFSj9487kjDyGsSAsQRQDFnBjfRnp6hjhRxwaNqB4Klft1axJ
nTw6OHJ67s4rmbG+qIr9Ad/BzZcotQ==
=P6Oc
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34534
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