python3Packages.django-rq: 4.0.1 -> 4.1

This commit is contained in:
R. Ryantm
2026-04-06 20:32:37 +00:00
parent eca6229ec0
commit 26fe05d46c
@@ -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 ];