From a2b361d7e8914b711cfa34c698b17cddd789d346 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 9 Apr 2025 08:13:26 +0000 Subject: [PATCH] python312Packages.celery-batches: 0.9 -> 0.10 --- pkgs/development/python-modules/celery-batches/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/celery-batches/default.nix b/pkgs/development/python-modules/celery-batches/default.nix index aeb6d86fd75c..7a6893fc0749 100644 --- a/pkgs/development/python-modules/celery-batches/default.nix +++ b/pkgs/development/python-modules/celery-batches/default.nix @@ -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 ]; };