mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.django-ninja: 1.4.1 -> 1.4.3
This commit is contained in:
parent
b932c31ba4
commit
0ea1016b5f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-ninja";
|
pname = "django-ninja";
|
||||||
version = "1.4.1";
|
version = "1.4.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "vitalik";
|
owner = "vitalik";
|
||||||
repo = "django-ninja";
|
repo = "django-ninja";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-96JnUFgfuElR7WpiExS2fmK1xxaosd77li36bTLS//U=";
|
hash = "sha256-6uef+e1o7XTp5MRi/NpsJGCFT28bh2UnKdS2IfzzmAY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue