mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
python310Packages.django-scopes: 1.2.0.post1 -> 2.0.0
Diff: 0b93cdb6a8
...2.0.0
This commit is contained in:
parent
d166a11fe6
commit
ee177f5de3
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user