Merge pull request #237250 from mweinelt/django-scopes-2.0
python310Packages.django-scopes: 1.2.0.post1 -> 2.0.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user