python3Packages.django-registration: 5.1.0 -> 5.2.1 (#436268)

authored by Yohann Boniface and committed by GitHub 4bdcfb7b 36edc1ae

+2 -2
+2 -2
pkgs/development/python-modules/django-registration/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "django-registration"; 13 - version = "5.1.0"; 13 + version = "5.2.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ubernostrum"; 18 18 repo = "django-registration"; 19 19 tag = version; 20 - hash = "sha256-02kAZXxzTdLBvgff+WNUww2k/yGqxIG5gv8gXy9z7KE="; 20 + hash = "sha256-k7r4g+iCdAwAUNQdbtxzS5kqgAavEBAJERSWgXvbXqg="; 21 21 }; 22 22 23 23 build-system = [ pdm-backend ];