Merge pull request #233955 from r-ryantm/auto-update/python311Packages.django-formtools

python311Packages.django-formtools: 2.4 -> 2.4.1
This commit is contained in:
Weijia Wang 2023-05-25 14:22:27 +03:00 committed by GitHub
commit b92297b269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [