guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-dnspython: Update to 0.15.0.


From: Leo Famulari
Subject: 04/05: gnu: python-dnspython: Update to 0.15.0.
Date: Sun, 16 Oct 2016 13:27:06 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 6c514128ece70d7d6458bd8fb0b80e7745a55243
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 7 02:21:04 2016 -0400

    gnu: python-dnspython: Update to 0.15.0.
    
    * gnu/packages/python.scm (python-dnspython, python2-dnspython): Update
    to 0.15.0.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2872a2e..c5a39f4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9858,14 +9858,14 @@ until the object is actually required, and caches the 
result of said call.")
 (define-public python-dnspython
   (package
   (name "python-dnspython")
-  (version "1.14.0")
+  (version "1.15.0")
   (source (origin
             (method url-fetch)
             (uri (string-append "http://www.dnspython.org/kits/";
                                 version "/dnspython-" version ".tar.gz"))
             (sha256
              (base32
-              "1z472r63gdqsxhsxj3plr5vs478yf4303vrqxxpsccc940g441hl"))))
+              "0jr4v2pd90i6l1xxbss2m05psbjaxvyvvvpq44wycijpfgjqln8i"))))
   (build-system python-build-system)
   (arguments '(#:tests? #f)) ; XXX: requires internet access
   (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]