mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python310Packages.django-scopes: 1.2.0.post1 -> 2.0.0
Diff: https://github.com/raphaelm/django-scopes/compare/0b93cdb6a8335cb02a8ea7296511358ba841d137...2.0.0
This commit is contained in:
parent
d166a11fe6
commit
ee177f5de3
1 changed files with 3 additions and 4 deletions
|
@ -8,14 +8,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-scopes";
|
pname = "django-scopes";
|
||||||
version = "1.2.0.post1";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raphaelm";
|
owner = "raphaelm";
|
||||||
repo = "django-scopes";
|
repo = "django-scopes";
|
||||||
# No 1.2.0.post1 tag, see https://github.com/raphaelm/django-scopes/issues/27
|
rev = "refs/tags/${version}";
|
||||||
rev = "0b93cdb6a8335cb02a8ea7296511358ba841d137";
|
hash = "sha256-CtToztLVvSb91pMpPNL8RysQJzlRkeXuQbpvbkX3jfM=";
|
||||||
hash = "sha256-djptJRkW1pfVbxhhs58fJA4d8dKZuvYRy01Aa3Btr+k=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue