guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-stem: Update to 1.5.3.


From: Leo Famulari
Subject: 01/01: gnu: python-stem: Update to 1.5.3.
Date: Mon, 26 Dec 2016 18:27:52 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit c976b319fe79d364e7b7e0a17ca0a1ed2510339d
Author: Leo Famulari <address@hidden>
Date:   Mon Dec 26 13:20:08 2016 -0500

    gnu: python-stem: Update to 1.5.3.
    
    * gnu/packages/python.scm (python-stem, python2-stem): Update to 1.5.3.
    [source]: Update URL.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4d79285..919c05f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10648,14 +10648,14 @@ provide an easy-to-use Python interface for building 
OAuth1 and OAuth2 clients."
 (define-public python-stem
   (package
     (name "python-stem")
-    (version "1.4.1b")
+    (version "1.5.3")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "stem" version ".tar.bz2"))
+       (uri (pypi-uri "stem" version))
        (sha256
         (base32
-         "09a3amp1y351nwz088ckiibbp666qi2lxwkyknavswfm400s0ns7"))))
+         "0fm67dfx6qaj0mg80r4yw2i72birpzn7cnbyz4p1857max3zfc97"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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