[PATCH] gnu: ansible: update from 2.7.5 to 2.7.6

  • 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)
87k1itagoh.fsf@oryxpro.i-did-not-set--mail-host-address--so-tickle-me
From 953c382a23f93b784475ac67ac9bb8876a19f5e0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 24 Jan 2019 15:22:01 -0600
Subject: [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6

---
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 815ce1971..70603048b 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.5")
+ (version "2.7.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32
- "1fsif2jmkrrgiawsd8r6sxrqvh01fvrmdhas0p540a6i9fby3yda"))))
+ "0f7b2ghm34ql8yv90wr0ngd6w7wyvnlcxpc3snkj86kcjsnmx1bd"))))
(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 . 34191-done@debbugs.gnu.org)
cu7r2d15d74.fsf@systemreboot.net
Thanks for the patch! I have applied it to master. I added a copyright
header for you and modified the commit message to conform to our
conventions. If you are using emacs, you may use the update yasnippet in
etc/snippets to easily generate commit messages for update commits.

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlxKzu8ACgkQLiXui2GA
K7NB9Af/UTfTFsnwfbv9y9AsY22/RNHA6dEd207sbcWpazKTL3bTHyZZeyMBzBno
y0kUzT2MK/J6eoW7YlHhj+PJySPSnd+ou2Db/ENI2WKYI5L7/UWnK81M7klKmeJw
8wGWY/tS37OmBSECAhY3IlaXnCeZaDf7MqnBiUK9LJRiXLxnrm2HZ07FMTEJCmpT
3ePCaC2nBnMROc0YAIMKg8hXUQbbkITKK0CtHk6AYPiW18sJ3F7dDCutAg+hIKm3
N6B4oSmAWVMfISVHg4CXk+0NFvDyLS83efIXcQUlbwCI9YyCeJuUJByk10oY5ro6
JruT+cHeRnJoV1qICOl4Kt5AsvZ45w==
=/5t7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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