gnu: python-pyzmq: Update to 22.0.3.
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.0.3.
This commit is contained in:
parent
01cf99af9c
commit
d41d96d836
1 changed files with 2 additions and 2 deletions
|
@ -8475,13 +8475,13 @@ applications.")
|
||||||
(define-public python-pyzmq
|
(define-public python-pyzmq
|
||||||
(package
|
(package
|
||||||
(name "python-pyzmq")
|
(name "python-pyzmq")
|
||||||
(version "17.1.2")
|
(version "22.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyzmq" version))
|
(uri (pypi-uri "pyzmq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pyxxrz60f88ffm0y6vpbx3q8jcr9ybz8fcilihwzwhh36n84ax7"))))
|
(base32 "0bgrn65cxfz1c1sjrgyq5dy1mkhppxxbizd5wvrl03cq4zhkrxpp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue