guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: python-pysocks: Update to 1.7.1.


From: guix-commits
Subject: branch staging updated: gnu: python-pysocks: Update to 1.7.1.
Date: Sun, 19 Jul 2020 03:37:14 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 9ba804a  gnu: python-pysocks: Update to 1.7.1.
9ba804a is described below

commit 9ba804af7aac2a16fcd2686e702a72700fac1ffe
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 17 23:52:19 2020 +0200

    gnu: python-pysocks: Update to 1.7.1.
    
    * gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.1.
---
 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 5baffc8..6575589 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15454,14 +15454,14 @@ requirements is not met.")
 (define-public python-pysocks
   (package
     (name "python-pysocks")
-    (version "1.7.0")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PySocks" version))
        (sha256
         (base32
-         "0z4p31bpqm893cf87qqgb30k7nwd8kqfjwwjm5cvxb6zbyj1w0yr"))))
+         "184sg65mbmih6ljblfsxcmq5js5l7dj3gpn618w9q5dy3rbh921z"))))
     (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]