python313Packages.django-guardian: 3.0.3 -> 3.1.0 (#439575)

This commit is contained in:
Sandro
2025-09-12 23:38:14 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"django-allauth"
"django-guardian"
"filelock"
"rapidfuzz"
"redis"

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "django-guardian";
version = "3.0.3";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django-guardian";
repo = "django-guardian";
tag = version;
hash = "sha256-0rOEue+OApWQmSBuwTLnu/yU5HUa5pgvVBUG5fT4iwY=";
hash = "sha256-fiC3IGZwQbSCz6vVJXdSd2BpELEiYfKW1vsf+6xL4ck=";
};
build-system = [ setuptools ];