Unverified Commit 3667a09c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.django-sesame: 3.2.3 -> 3.2.4 (#478236)

parents fb9b2052 3ec8df83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "django-sesame";
  version = "3.2.3";
  version = "3.2.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "aaugustin";
    repo = "django-sesame";
    tag = version;
    hash = "sha256-JpbmcV5hAZkW15cizsAJhmTda4xtML0EY/PJdVSInUs=";
    hash = "sha256-q9LvsPyFEbaE/TEOlQ5WodVvzAiv4x7C4vaiz1RJLu4=";
  };

  nativeBuildInputs = [ poetry-core ];