diff options
author | Charles Roelli <charles@adnoto.net> | 2025-09-24 13:47:30 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-11 21:29:50 +0100 |
commit | 772ffdc5c6ccb6e28571bf548d1eb90bc05de622 (patch) | |
tree | b83fccd7b003d7aaa3677d05835a0326359f0a73 | |
parent | 53030b61eb4992fc4b7313ef9e49574a471241c9 (diff) |
gnu: python-django-rest-framework: Update to 3.16.1.
* gnu/packages/django.scm (python-django-rest-framework): Update to
3.16.1.
Change-Id: If55b201bea5a9b9a01f83ccba6de3033f836172c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index fa2731a910..fd0ef10b03 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1615,7 +1615,7 @@ Django projects, which allows association of a number of tags with any (define-public python-django-rest-framework (package (name "python-django-rest-framework") - (version "3.15.2") + (version "3.16.1") (source (origin (method git-fetch) @@ -1625,7 +1625,7 @@ Django projects, which allows association of a number of tags with any (file-name (git-file-name name version)) (sha256 (base32 - "0ky559g2rpbz5sir33qq56c1bd4gc73hlrnkxsxpdm5mi69jrvcx")))) + "01i2p1mh48bkxhggvfh6j11rh9zrgw4w6fr78msgrdw6bdjf4fwj")))) (build-system pyproject-build-system) (arguments '(#:phases |