python310Packages.django-formtools: 2.3 -> 2.4

This commit is contained in:
R. Ryantm 2022-09-29 01:20:08 +00:00
parent 8f267bdfbe
commit f241fa904b

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-formtools";
version = "2.3";
version = "2.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9663b6eca64777b68d6d4142efad8597fe9a685924673b25aa8a1dcff4db00c3";
sha256 = "sha256-3rkyvlWx2UGeN9xNZd+/640we3HIwR/VLxWaul/A3u0=";
};
nativeBuildInputs = [