me
/
guix
Archived
1
0
Fork 0

gnu: python-kombu: Update to 5.3.7.

* gnu/packages/python-xyz.scm (python-kombu): Update to 5.3.7.

Change-Id: I6bfb3e4bb508d5003f5db45d1d8d35bd6b15064f
master
Vinicius Monego 2024-05-03 15:51:52 -03:00
parent 38d3e90abe
commit 86c896c12e
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -19398,13 +19398,13 @@ applications.")
(define-public python-kombu
(package
(name "python-kombu")
(version "5.3.6")
(version "5.3.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "kombu" version))
(sha256
(base32 "1n9i4hj1h3aivgy82l7accyjh1rqn20am00152l5syhl19bmpnpk"))))
(base32 "1gwp3b7w7jhsas40655pa9nlblm12irjapfkx0flmhamlgclq701"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags