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

This commit is contained in:
Nick Cao
2026-01-09 19:51:29 +00:00
committed by GitHub
@@ -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 ];