python3Packages.django-registration: 5.1.0 -> 5.2.1

This commit is contained in:
R. Ryantm
2025-08-23 19:09:43 +00:00
parent f04aaa33ec
commit a5f2ee9498
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "django-registration";
version = "5.1.0";
version = "5.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ubernostrum";
repo = "django-registration";
tag = version;
hash = "sha256-02kAZXxzTdLBvgff+WNUww2k/yGqxIG5gv8gXy9z7KE=";
hash = "sha256-k7r4g+iCdAwAUNQdbtxzS5kqgAavEBAJERSWgXvbXqg=";
};
build-system = [ pdm-backend ];