python312Packages.django-ninja: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2024-08-15 18:55:41 +00:00
parent c46d43c625
commit 779eeed02f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "django-ninja";
version = "1.2.2";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vitalik";
repo = "django-ninja";
rev = "refs/tags/v${version}";
hash = "sha256-wD2ZizvMEY9oDQZTr4KzbNY5sStf7lCyPPJBoaa4trU=";
hash = "sha256-fPlw9iTt1V8VXd0d5hw1i9LT96BcDkAlpBu9SPPd+hI=";
};
propagatedBuildInputs = [