summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-08 13:54:47 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-08 23:12:02 +0100
commit5b5f794c24e47285ffb1a454d81d0a902b3c90c3 (patch)
tree37592a384a625dd78b149969912589a1300804a9 /gnu/packages/python-web.scm
parent4deca2b9b970dbaaa6f4efa44ce2361f3b217116 (diff)
gnu: python-socks: Update to 2.8.1.
* gnu/packages/python-web.scm (python-socks): Update to 2.8.1. [native-inputs]: Remove python-async-timeout. Relates-to: guix/guix#9155 Change-Id: Icd2248c5a1d880fb238d798298c62eafad707641
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e12e77ff186..a4b616df830 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12086,7 +12086,7 @@ realtime client and server.")
12086(define-public python-socks 12086(define-public python-socks
12087 (package 12087 (package
12088 (name "python-socks") 12088 (name "python-socks")
12089 (version "2.7.2") 12089 (version "2.8.1")
12090 (source 12090 (source
12091 (origin 12091 (origin
12092 (method git-fetch) 12092 (method git-fetch)
@@ -12095,12 +12095,11 @@ realtime client and server.")
12095 (commit (string-append "v" version)))) 12095 (commit (string-append "v" version))))
12096 (file-name (git-file-name name version)) 12096 (file-name (git-file-name name version))
12097 (sha256 12097 (sha256
12098 (base32 "1alrfjkir69006qmr2ax3inrffk2bllpljwmprwczb44r0mya77m")))) 12098 (base32 "1x95i9w3izivdgz6hadh5kiil12i4ljk4ashgh3g0rjv2rw33vhj"))))
12099 (build-system pyproject-build-system) 12099 (build-system pyproject-build-system)
12100 (propagated-inputs (list python-trio)) 12100 (propagated-inputs (list python-trio))
12101 (native-inputs 12101 (native-inputs
12102 (list python-anyio 12102 (list python-anyio
12103 python-async-timeout
12104 python-flask 12103 python-flask
12105 python-pytest 12104 python-pytest
12106 python-pytest-asyncio 12105 python-pytest-asyncio