Commit 2578eced authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

python310Packages.django-configurations: 2.4.1 -> 2.5

parent c81b8e3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "django-configurations";
  version = "2.4.1";
  version = "2.5";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-psJcFDg05nsg00dRUS0IsykGhPJQmO4hKx7jaASlkIU=";
    hash = "sha256-Y/olLEDciOoXuLkPX0oxonJuWGrLH/Dtx0wijGHxnl0=";
  };

  buildInputs = [