python312Packages.celery-batches: 0.9 -> 0.10
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "celery-batches";
|
||||
version = "0.9";
|
||||
version = "0.10";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "clokep";
|
||||
repo = "celery-batches";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-w7k8VPtJf9VRB8lJC/ENk3kIMPITd+qRIXm1KrCktgc=";
|
||||
hash = "sha256-9RpM2aC3F88fJBoW8FDd6IN8KlZN+6ESrZFak9j0eNk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Allows processing of multiple Celery task requests together";
|
||||
homepage = "https://github.com/clokep/celery-batches";
|
||||
changelog = "https://github.com/clokep/celery-batches/blob/v${version}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/clokep/celery-batches/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ defelo ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user