python310Packages.django-rest-polymorphic: 0.1.9 -> 0.1.10
This commit is contained in:
parent
b7fddb65f4
commit
1ea9874221
1 changed files with 4 additions and 3 deletions
|
@ -12,13 +12,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-rest-polymorphic";
|
||||
version = "0.1.9";
|
||||
version = "0.1.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apirobot";
|
||||
repo = "django-rest-polymorphic";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-p3ew2NONSyiGzDzxGTy/cx3fcQhhvnzqopJzgqhXadY=";
|
||||
# https://github.com/denisorehovsky/django-rest-polymorphic/issues/42
|
||||
rev = "9d920eb91ef13144094426f9ebc0ca80247c0fe3";
|
||||
sha256 = "sha256-k7Cl2QYkaGOZaTo8v5Wg9Wqh8x0WC5i9Sggqj8eeECY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue