From d30bcb4f7dfe2a390291e333610ba5a241da3273 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 17 Dec 2024 20:47:19 +0000 Subject: gnu: python-django-rest-framework: Update to 3.15.2. * gnu/packages/django.scm (python-django-rest-framework): Update to 3.15.2. Change-Id: I8bcfad8cc6edf950f68b1c0212c563327b30db76 --- gnu/packages/django.scm | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f0770fef7f..60c8f44cd3 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1168,7 +1168,7 @@ (define-public python-django-tagging (define-public python-django-rest-framework (package (name "python-django-rest-framework") - (version "3.13.1") + (version "3.15.2") (source (origin (method git-fetch) @@ -1178,20 +1178,21 @@ (define-public python-django-rest-framework (file-name (git-file-name name version)) (sha256 (base32 - "11wfb156yin6mlgcdzfmi267jsq1cld131mxgd13aqsrj06zlray")))) + "0ky559g2rpbz5sir33qq56c1bd4gc73hlrnkxsxpdm5mi69jrvcx")))) (build-system python-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? inputs #:allow-other-keys) - (if tests? - (invoke "python" "runtests.py") - (format #t "test suite not run~%"))))))) + (list + #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? inputs #:allow-other-keys) + (if tests? + (invoke "python" "runtests.py") + (format #t "test suite not run~%"))))))) (native-inputs (list python-pytest python-pytest-django tzdata-for-tests)) (propagated-inputs - (list python-django python-pytz)) + (list python-django-4.2 python-pytz)) (home-page "https://www.django-rest-framework.org") (synopsis "Toolkit for building Web APIs with Django") (description -- cgit v1.2.3