python3Packages.django-formtools: 2.2 -> 2.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:43 -08:00
parent e29d4461a0
commit 51cac4ea08
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-formtools"; pname = "django-formtools";
version = "2.2"; version = "2.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1chkbl188yj6hvhh1wgjpfgql553k6hrfwxzb8vv4lfdq41jq9y5"; sha256 = "9663b6eca64777b68d6d4142efad8597fe9a685924673b25aa8a1dcff4db00c3";
}; };
propagatedBuildInputs = [ django ]; propagatedBuildInputs = [ django ];