Skip to content

Commit 9c7c647

Browse files
committed
python310Packages.django-simple-captcha: 0.5.20 -> 0.6.0
1 parent aad343d commit 9c7c647

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django-simple-captcha

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/django-simple-captcha/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "django-simple-captcha";
15-
version = "0.5.20";
15+
version = "0.6.0";
1616
format = "setuptools";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-ICcwCae+tEKX6fbHpr0hraPS+pPDFNL2v145TO62opc=";
20+
hash = "sha256-0YhRbTJvrdLVrQduuJZJ1VwCyrr+P9zCFUrBjp9tS5c=";
2121
};
2222

2323
nativeCheckInputs = [

0 commit comments

Comments
 (0)