summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2019-11-26 13:42:24 -0600
committerAlex Griffin <a@ajgrf.com>2019-12-02 09:45:31 -0600
commitd97cdff18ece9ce3a6caa39e8779d597f535e082 (patch)
treecc05deebecb808a29742c8194a4df8957b529a65
parentec1224a73b2c0c0c15a3293261334f3927f6579d (diff)
downloadguix-patches-d97cdff18ece9ce3a6caa39e8779d597f535e082.tar
guix-patches-d97cdff18ece9ce3a6caa39e8779d597f535e082.tar.gz
gnu: python-socksipychain: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f52d9a410f..1695f9b11a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4308,7 +4308,7 @@ as the original project seems to have been abandoned circa 2007.")
(define-public python-socksipychain
(package
(name "python-socksipychain")
- (version "2.0.15")
+ (version "2.1.0")
(source
(origin
(method git-fetch)
@@ -4318,7 +4318,7 @@ as the original project seems to have been abandoned circa 2007.")
(file-name (git-file-name name version))
(sha256
(base32
- "1pkljnh9hfwla8sg7mil4f9zrnsqj0dbhr3crxjw3k8dnjz70dvk"))))
+ "0idm9a050rd2kbgbz2sk9ib9589kj4xh1xdnggs6xbq2v2y8f6zn"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Tests try to access the network.