python310Packages.django-scopes: 1.2.0.post1 -> 2.0.0

Diff: 0b93cdb6a8...2.0.0
This commit is contained in:
Martin Weinelt 2023-06-11 22:22:50 +02:00
parent d166a11fe6
commit ee177f5de3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,14 +8,13 @@
buildPythonPackage rec {
pname = "django-scopes";
version = "1.2.0.post1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "raphaelm";
repo = "django-scopes";
# No 1.2.0.post1 tag, see https://github.com/raphaelm/django-scopes/issues/27
rev = "0b93cdb6a8335cb02a8ea7296511358ba841d137";
hash = "sha256-djptJRkW1pfVbxhhs58fJA4d8dKZuvYRy01Aa3Btr+k=";
rev = "refs/tags/${version}";
hash = "sha256-CtToztLVvSb91pMpPNL8RysQJzlRkeXuQbpvbkX3jfM=";
};
propagatedBuildInputs = [