guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: python-pysocks: Update to 1.6.8.


From: guix-commits
Subject: 07/08: gnu: python-pysocks: Update to 1.6.8.
Date: Sun, 6 Jan 2019 04:10:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a0bb4af21578a790185b12812cf709971a0c9fb1
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 6 10:45:46 2019 +0200

    gnu: python-pysocks: Update to 1.6.8.
    
    * gnu/packages/python.scm (python-pysocks): Update to 1.6.8.
---
 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 c93edca..4ad8669 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12992,14 +12992,14 @@ requirements is not met.")
 (define-public python-pysocks
   (package
     (name "python-pysocks")
-    (version "1.6.7")
+    (version "1.6.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PySocks" version))
        (sha256
         (base32
-         "1krkiss578zqwcg4c8iqz1hwscwhsvy2djp3xyvps5gsgvr2j0yh"))))
+         "0wn6xafwy9c1gamwljw3fyvih5w19qy9xp39zmv8c90ai5ajrr9z"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (home-page "https://github.com/Anorov/PySocks";)



reply via email to

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