diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-02-21 11:11:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 21:47:40 +0000 |
| commit | 8fb6be7964430fbe252dbfc88d5cf992d3a7c7c7 (patch) | |
| tree | 5848a9bdc5d361ba1c8a61ce7d46a2ec8559f970 /gnu/packages/django.scm | |
| parent | f3b9363d7f3bfa8315b30f11c37f4b0796548e91 (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.scm | 6 |
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.") | |||
| 173 | (define-public python-crispy-bootstrap4 | 173 | (define-public python-crispy-bootstrap4 |
| 174 | (package | 174 | (package |
| 175 | (name "python-crispy-bootstrap4") | 175 | (name "python-crispy-bootstrap4") |
| 176 | (version "2025.6") | 176 | (version "2026.2") |
| 177 | (source | 177 | (source |
| 178 | (origin | 178 | (origin |
| 179 | (method git-fetch) | 179 | (method git-fetch) |
| @@ -182,7 +182,7 @@ your project into different processes.") | |||
| 182 | (commit version))) | 182 | (commit version))) |
| 183 | (file-name (git-file-name name version)) | 183 | (file-name (git-file-name name version)) |
| 184 | (sha256 | 184 | (sha256 |
| 185 | (base32 "0kyyyrg39ckqw3pmsq67g5xzgmcd7xjgz7vpsr97gaai1frnsvnr")))) | 185 | (base32 "1sjclyc7xxflzz452j57vp0290gz86kwcbfjz7x39sfwlhrib24q")))) |
| 186 | (build-system pyproject-build-system) | 186 | (build-system pyproject-build-system) |
| 187 | (arguments | 187 | (arguments |
| 188 | (list | 188 | (list |
| @@ -191,7 +191,7 @@ your project into different processes.") | |||
| 191 | (add-before 'check 'pre-check | 191 | (add-before 'check 'pre-check |
| 192 | (lambda _ | 192 | (lambda _ |
| 193 | (setenv "PYTHONPATH" ".")))))) | 193 | (setenv "PYTHONPATH" ".")))))) |
| 194 | (propagated-inputs (list python-django-4 python-django-crispy-forms)) | 194 | (propagated-inputs (list python-django python-django-crispy-forms)) |
| 195 | (native-inputs (list python-pytest python-pytest-django python-setuptools)) | 195 | (native-inputs (list python-pytest python-pytest-django python-setuptools)) |
| 196 | (home-page "https://github.com/django-crispy-forms/crispy-bootstrap4") | 196 | (home-page "https://github.com/django-crispy-forms/crispy-bootstrap4") |
| 197 | (synopsis "Bootstrap4 template pack for django-crispy-forms") | 197 | (synopsis "Bootstrap4 template pack for django-crispy-forms") |
