python311Packages.django-formtools: 2.4 -> 2.4.1

This commit is contained in:
R. Ryantm 2023-05-25 09:33:32 +00:00
parent 8fbdc4e611
commit 81231e1730

View file

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