all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34191] [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6
@ 2019-01-24 21:28 Brett Gilio
  2019-01-25  8:55 ` bug#34191: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-01-24 21:28 UTC (permalink / raw)
  To: 34191

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6 --]
[-- Type: text/x-patch, Size: 1010 bytes --]

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

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

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

* bug#34191: [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6
  2019-01-24 21:28 [bug#34191] [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6 Brett Gilio
@ 2019-01-25  8:55 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2019-01-25  8:55 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34191-done

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]


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.

https://www.gnu.org/software/guix/manual/en/html_node/The-Perfect-Setup.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2019-01-25  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-24 21:28 [bug#34191] [PATCH] gnu: ansible: update from 2.7.5 to 2.7.6 Brett Gilio
2019-01-25  8:55 ` bug#34191: " Arun Isaac

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.