python3Packages.rq: 2.4 -> 2.4.1

https://github.com/rq/rq/releases/tag/v2.4.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:06 +02:00
parent b6b3f32bea
commit 6a979a6d46
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "rq";
version = "2.4";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rq";
repo = "rq";
tag = "v${version}";
hash = "sha256-7aq9JeyM+IjlRPgh4gs1DmkF0hU5EasgTuUPPlf8960=";
hash = "sha256-CtxirZg6WNQpTMoXQRvB8i/KB3r58WlKh+wjBvyVMMs=";
};
build-system = [ hatchling ];