summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-02-21 11:11:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 21:47:40 +0000
commit8fb6be7964430fbe252dbfc88d5cf992d3a7c7c7 (patch)
tree5848a9bdc5d361ba1c8a61ce7d46a2ec8559f970 /gnu/packages/django.scm
parentf3b9363d7f3bfa8315b30f11c37f4b0796548e91 (diff)
gnu: python-crispy-bootstrap4: Update to 2026.2.
* gnu/packages/django.scm (python-crispy-bootstrap4): Update to 2026.2. [propagated-inputs]: Remove python-django-4, add python-django. Change-Id: I272fea3b6d800613b1857229ed416522e9a2d24f Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index d4a2409c4a6..15ceaafaf96 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -173,7 +173,7 @@ your project into different processes.")
(define-public python-crispy-bootstrap4
(package
(name "python-crispy-bootstrap4")
- (version "2025.6")
+ (version "2026.2")
(source
(origin
(method git-fetch)
@@ -182,7 +182,7 @@ your project into different processes.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0kyyyrg39ckqw3pmsq67g5xzgmcd7xjgz7vpsr97gaai1frnsvnr"))))
+ (base32 "1sjclyc7xxflzz452j57vp0290gz86kwcbfjz7x39sfwlhrib24q"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -191,7 +191,7 @@ your project into different processes.")
(add-before 'check 'pre-check
(lambda _
(setenv "PYTHONPATH" "."))))))
- (propagated-inputs (list python-django-4 python-django-crispy-forms))
+ (propagated-inputs (list python-django python-django-crispy-forms))
(native-inputs (list python-pytest python-pytest-django python-setuptools))
(home-page "https://github.com/django-crispy-forms/crispy-bootstrap4")
(synopsis "Bootstrap4 template pack for django-crispy-forms")