python3Packages.django-scopes: 2.0.0 -> 2.1.0 (#545578)

This commit is contained in:
Bruno BELANYI
2026-07-25 22:47:03 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "django-scopes";
version = "2.0.0";
version = "2.1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "raphaelm";
repo = "django-scopes";
tag = finalAttrs.version;
hash = "sha256-CtToztLVvSb91pMpPNL8RysQJzlRkeXuQbpvbkX3jfM=";
hash = "sha256-VtZfwWS6qcY1kthJ6qXf/nwxZpJxu5x41xjjR58wCM0=";
};
propagatedBuildInputs = [ django ];