diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-17 17:05:58 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-17 19:07:18 +0100 |
commit | 3399c29b8fe936f756752c3a206a10845288250e (patch) | |
tree | ff3cc784b84c0f1ec389c8d0bbae1737daf837cd /gnu/packages/patchutils.scm | |
parent | 7d2550c3ffecf1ed45774b9ac1c4ff6bef807c4a (diff) | |
download | guix-3399c29b8fe936f756752c3a206a10845288250e.tar guix-3399c29b8fe936f756752c3a206a10845288250e.tar.gz |
gnu: python-djangorestframework: Rename to python-django-rest-framework.
* gnu/packages/django.scm (python-djangorestframework): Define as deprecated
alias for ...
(python-django-rest-framework): ... this new variable.
(python-django-filter)[native-inputs]: Adjust accordingly.
* gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r-- | gnu/packages/patchutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 0dd7e0450f..9ac10dc8e4 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -460,7 +460,7 @@ if __name__ == \"__main__\": python-psycopg2 python-mysqlclient python-django-filter - python-djangorestframework + python-django-rest-framework python-django-debug-toolbar)) (synopsis "Web based patch tracking system") (description |