Merge branch 'master' into octoprint

This commit is contained in:
Gabriel Ebner
2020-05-03 11:37:52 +02:00
12530 changed files with 147074 additions and 78854 deletions

View File

@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "kombu";
version = "4.6.7";
version = "4.6.8";
src = fetchPypi {
inherit pname version;
sha256 = "67b32ccb6fea030f8799f8fd50dd08e03a4b99464ebc4952d71d8747b1a52ad1";
sha256 = "0xlv1rsfc3vn22l35csaj939zygd15nzmxbz3bcl981685vxl71d";
};
postPatch = ''
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Messaging library for Python";
homepage = https://github.com/celery/kombu;
homepage = "https://github.com/celery/kombu";
license = licenses.bsd3;
};
}