python311Packages.kombu: 5.3.1 -> 5.3.2

Changelog: https://github.com/celery/kombu/releases/tag/v5.3.2
This commit is contained in:
Fabian Affolter 2023-09-01 09:12:52 +02:00
parent 76b80682f7
commit 686cda0260

View file

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "kombu";
version = "5.3.1";
version = "5.3.2";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-+9dXLZLAv3HBEqa0UWMVPepae2pwHsFrVown0P0jcPI=";
hash = "sha256-C6IT9jCiyydycorvVqxog9w6LxNDXhAEj26X1IUG270=";
};
propagatedBuildInputs = [