gnu: python-kombu: Update to 5.3.7.
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.3.7. Change-Id: I6bfb3e4bb508d5003f5db45d1d8d35bd6b15064f
This commit is contained in:
parent
38d3e90abe
commit
86c896c12e
1 changed files with 2 additions and 2 deletions
|
@ -19398,13 +19398,13 @@ applications.")
|
||||||
(define-public python-kombu
|
(define-public python-kombu
|
||||||
(package
|
(package
|
||||||
(name "python-kombu")
|
(name "python-kombu")
|
||||||
(version "5.3.6")
|
(version "5.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "kombu" version))
|
(uri (pypi-uri "kombu" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n9i4hj1h3aivgy82l7accyjh1rqn20am00152l5syhl19bmpnpk"))))
|
(base32 "1gwp3b7w7jhsas40655pa9nlblm12irjapfkx0flmhamlgclq701"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-flags
|
(list #:test-flags
|
||||||
|
|
Reference in a new issue