guix-patches
[Top][All Lists]
Advanced

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

[bug#66177] [PATCH 4/5] gnu: python-django-4.2: Use pyproject-build-syst


From: Nicolas Graves
Subject: [bug#66177] [PATCH 4/5] gnu: python-django-4.2: Use pyproject-build-system.
Date: Sun, 24 Sep 2023 12:25:49 +0200

* gnu/packages/django.scm (python-django-4.2):
[build-system] Use pyproject-build-system.
---
 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 a6ef52870e..b70ad12a9b 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -64,7 +64,7 @@ (define-public python-django-4.2
               (sha256
                (base32
                 "1ha6c5j3pizbsfzw37r52lvdz8z5lblq4iwa99mpkdzz92aiqp2y"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      '(#:test-flags
        (list
-- 
2.41.0






reply via email to

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