python3Packages.django-rq: 4.0.1 -> 4.1 (#507374)

This commit is contained in:
Nick Cao
2026-04-07 19:25:19 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "django-rq";
version = "4.0.1";
version = "4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rq";
repo = "django-rq";
tag = "v${finalAttrs.version}";
hash = "sha256-7V3kZVK9YsJDYrME4LHc1+U2lk1qBJU8Vza7o3JzuU0=";
hash = "sha256-c/elbEi+m3WVGl8137ct1PsxRM397uZNPy9X54b8fmg=";
};
build-system = [ hatchling ];