diff options
| author | Charles Roelli <charles@adnoto.net> | 2025-10-17 09:24:56 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-19 12:48:56 +0200 |
| commit | e96f998e00586929b661bb67269c8752bae39e64 (patch) | |
| tree | 7879db2cb393bf27d62916be34dd76475f9f927f /gnu | |
| parent | e5a5b1d66aa3a6d54b28c91f83ea2986ac84fcc6 (diff) | |
gnu: python-django: Update to 5.2.7.
* gnu/packages/django.scm (python-django): Update to 5.2.7.
Change-Id: Ide882803041d546dd0f11a1158f5b21a2cb63896
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 a16346a8f83..0fe8e962876 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -203,13 +203,13 @@ your project into different processes.") (define-public python-django (package (name "python-django") - (version "5.2.6") + (version "5.2.7") (source (origin (method url-fetch) (uri (pypi-uri "django" version)) (sha256 - (base32 "0yx82k8iilz8l6wkdvjcrz75i144lf211xybrrrks6b34wvh0pns")))) + (base32 "1pbc6pdb32gr30djr1jrw1xwvfwir9k16fm6jmm73cai4lpg3xp0")))) (build-system pyproject-build-system) (arguments '(#:test-flags |
