mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: python-pyzmq: Update to 22.3.0.
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.3.0.
This commit is contained in:
parent
9f529627c8
commit
312686ac5f
1 changed files with 2 additions and 2 deletions
|
@ -9966,13 +9966,13 @@ applications.")
|
|||
(define-public python-pyzmq
|
||||
(package
|
||||
(name "python-pyzmq")
|
||||
(version "22.1.0")
|
||||
(version "22.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyzmq" version))
|
||||
(sha256
|
||||
(base32 "0pa1y97z75xqyca9xfp9zrzksydbgzsxf8yh0hwp0rgahpfxch3h"))))
|
||||
(base32 "0737kizh53n4rjq1xbm6nhr0bq65xflg04i1d8fcky0nwwrw1pcf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Add table
Reference in a new issue