guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-twisted: Update to 19.7.0.


From: guix-commits
Subject: 05/05: gnu: python-twisted: Update to 19.7.0.
Date: Fri, 23 Aug 2019 22:56:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fdfad2fc4e291030bd7b864a7a1fa5885bfe8eea
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 24 04:08:16 2019 +0200

    gnu: python-twisted: Update to 19.7.0.
    
    * gnu/packages/python-xyz.scm (python-twisted): Update to 19.7.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 ec7017e..40e6a01 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9978,13 +9978,13 @@ format.")
 (define-public python-twisted
   (package
     (name "python-twisted")
-    (version "19.2.1")
+    (version "19.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Twisted" version ".tar.bz2"))
               (sha256
                (base32
-                "0liymyd4pzphizjlpwkncxjpm9akyr3lkfkm77yfg6wasv108b7s"))))
+                "17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))                    ; FIXME: some tests fail



reply via email to

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