python3Packages.django-simple-captcha: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-12-09 17:10:59 +00:00
parent 77bb04cd4b
commit cf878db8b2
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-simple-captcha";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mbi";
repo = "django-simple-captcha";
tag = "v${version}";
hash = "sha256-hOvZQCAAlMYaNpAN+junhfgWej92shto7ejhKUPqbX0=";
hash = "sha256-Fee7YfIWGyKMsN7XQz10bjIhbjUYRuY7Oe4Q8n8ILz0=";
};
build-system = [ setuptools ];