guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: python-dnspython: Update to 2.1.0.


From: guix-commits
Subject: 04/12: gnu: python-dnspython: Update to 2.1.0.
Date: Thu, 6 May 2021 13:16:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7dc0f9e760bce69840978dd8610c6c6264a7eaa6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 14:26:20 2021 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16687d6..9a0a08b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14649,13 +14649,13 @@ until the object is actually required, and caches the 
result of said call.")
 (define-public python-dnspython
   (package
     (name "python-dnspython")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "dnspython" version ".zip"))
               (sha256
                (base32
-                "1dyip5ygqqhrgcaiy7qzjpndl9xciip186paxqwkm726fj9z0jh4"))))
+                "1m0xvyby8baaxp6pfm0fgq8d2pq5dd8qm8bzfbrs009jaw5pza74"))))
     (build-system python-build-system)
     (native-inputs `(("unzip" ,unzip)))
     (arguments '(#:tests? #f))          ; XXX: requires internet access



reply via email to

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