python312Packages.celery-batches: 0.9 -> 0.10

This commit is contained in:
R. Ryantm
2025-04-09 08:13:26 +00:00
parent 133091c945
commit a2b361d7e8
@@ -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 ];
};