guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: python-pafy: Update to 0.5.3.1.


From: Tobias Geerinckx-Rice
Subject: 01/10: gnu: python-pafy: Update to 0.5.3.1.
Date: Wed, 22 Mar 2017 21:53:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 745d85b7dba7b81c7447b67b48c7a25c6db78cba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 22 20:48:55 2017 +0100

    gnu: python-pafy: Update to 0.5.3.1.
    
    * gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
---
 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 764512e..9786033 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1735,14 +1735,14 @@ standard library.")
 (define-public python-pafy
   (package
     (name "python-pafy")
-    (version "0.5.2")
+    (version "0.5.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pafy" version))
        (sha256
         (base32
-         "1ckvrypyvb7jbqlgwdz0y337ajagjv7dgxyns326nqwypn1wpq0i"))))
+         "1a7dxi95m1043rxx1r5x3ngb66nwlq6aqcasyqqjzmmmjps4zrim"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ; Currently pafy can not find itself in the tests



reply via email to

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