Commit 81231e17 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.django-formtools: 2.4 -> 2.4.1

parent 8fbdc4e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [