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 11 buildPythonPackage rec { 12 pname = "django-registration"; 13 - version = "5.1.0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "ubernostrum"; 18 repo = "django-registration"; 19 tag = version; 20 - hash = "sha256-02kAZXxzTdLBvgff+WNUww2k/yGqxIG5gv8gXy9z7KE="; 21 }; 22 23 build-system = [ pdm-backend ];
··· 10 11 buildPythonPackage rec { 12 pname = "django-registration"; 13 + version = "5.2.1"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "ubernostrum"; 18 repo = "django-registration"; 19 tag = version; 20 + hash = "sha256-k7r4g+iCdAwAUNQdbtxzS5kqgAavEBAJERSWgXvbXqg="; 21 }; 22 23 build-system = [ pdm-backend ];