summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-05 16:18:20 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:18:29 +0100
commit159359dcf2980b1c2ae21bf6b6b75e56d67a41e1 (patch)
treec62ab99a1ad9efaba43692228c85cb22f150a21a /gnu
parentd855d82eb21589008eeebe2da26f513fa8fc0706 (diff)
gnu: python-django-ninja: Update to 1.5.1.
* gnu/packages/django.scm (python-django-ninja): Update to 1.5.1. Change-Id: I992bd64d06366faf315bf673708983eaacaa2689 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/django.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index a44ffb5d1ba..f64505edc45 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1088,14 +1088,15 @@ entries, photos, book chapters, or anything else.")
(define-public python-django-ninja
(package
(name "python-django-ninja")
- (version "1.4.3")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "django_ninja" version))
(sha256
(base32
- "0f5hgjkavvk1csb1yl34scqai3ljjhh93k5kbqm8s8hclry4fvg4"))))
+ "1iqp3c4gxvskw1xdi9bqzpz2rw6779ydkd6czp3382fncj5adkba"))))
(build-system pyproject-build-system)
+ ;; tests: 670 passed, 1 skipped, 53 warnings
(propagated-inputs
(list python-django python-pydantic))
(native-inputs