guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55474] [PATCH v5 22/55] gnu: python-django-sortedm2m: Replace input


From: Nicolas Graves
Subject: [bug#55474] [PATCH v5 22/55] gnu: python-django-sortedm2m: Replace input python-django by python-django-3.2.
Date: Sun, 25 Jun 2023 18:57:23 +0200

* gnu/packages/django.scm (python-django-sortedm2m): Replace input 
python-django by python-django-3.2.
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4db0f22e51..c689526a6d 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -991,7 +991,7 @@ (define-public python-django-sortedm2m
                               "test" "--settings=test_project.settings"
                               "--pythonpath=."))))))
     (propagated-inputs
-     (list python-django))
+     (list python-django-3.2))
     (home-page "https://github.com/jazzband/django-sortedm2m";)
     (synopsis "Drop-in replacement for django's own ManyToManyField")
     (description
-- 
2.40.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]