mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
python311Packages.kombu: 5.3.3 -> 5.3.4
Changelog: https://github.com/celery/kombu/blob/v5.3.4/Changelog.rst
This commit is contained in:
parent
8da9c9472e
commit
644d659dd9
@ -27,14 +27,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "kombu";
|
||||
version = "5.3.3";
|
||||
version = "5.3.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-FJHfgmz8UXjIDz6J3W37po5ITvM024EHDrXLgJSzEWc=";
|
||||
hash = "sha256-C7LieGRNEd6mJywXl0o9u5aIqUnzu2CutbeRMpxE+tw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -104,7 +104,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Messaging library for Python";
|
||||
homepage = "https://github.com/celery/kombu";
|
||||
changelog = "https://github.com/celery/kombu/releases/tag/v${version}";
|
||||
changelog = "https://github.com/celery/kombu/blob/v${version}/Changelog.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user