aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/messaging.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-01-29 13:38:47 +0800
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-30 23:27:26 -0400
commit50131780dfcabead8dd60035a5145b7ad08dc791 (patch)
treeb53f66a94e24343e590ed067b126b16a5b28e382 /gnu/tests/messaging.scm
parent3fa69a8d5d83d439b10a51c2a0feb747c91b0de6 (diff)
downloadguix-50131780dfcabead8dd60035a5145b7ad08dc791.tar.gz
guix-50131780dfcabead8dd60035a5145b7ad08dc791.zip
gnu: go-1.17: Update to 1.17.13.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.13. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/tests/messaging.scm')
0 files changed, 0 insertions, 0 deletions
ative-inputs]: Add python-setuptools and python-wheel. * gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add python-setuptools and python-wheel. Remove input labels. * gnu/packages/virtualization.scm (python-qemu-qmp, python-transient)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0 Nicolas Graves 2024-12-13gnu: python-django-localflavor: Move to pyproject-build-system....* gnu/packages/django.scm (python-django-localflavor): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Rewrite check phase replacement. <#:test-flags>: Use it. [native-inputs]: Remove them. Not needed with the check phase rewrite. Change-Id: Ie50baab2cb102585ee25e3264e00eebe370f4cb2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves 2024-12-13gnu: Add python-setuptools/python-wheel where necessary....Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5 Lars-Dominik Braun 2024-11-04gnu: python-django-4.2: Update to 4.2.16. [security fixes]...This fixes CVE-2024-24680, CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, CVE-2024-42005, CVE-2024-45230, CVE-2024-45231, CVE-2023-43665 and CVE-2023-46695. * gnu/packages/django.scm (python-django-4.2): Update to 4.2.16. [properties]: Add lint-hidden-cve property. Nicolas Graves 2024-06-30gnu: python-django-4.2: Simpler unittest skip....* gnu/packages/django.scm (python-django-4.2): Simpler unittest skip. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves 2024-06-30gnu: python-django-4.2: Use pyproject-build-system....* gnu/packages/django.scm (python-django-4.2): [build-system] Use pyproject-build-system. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves 2024-06-30gnu: python-django-4.2: Add --failfast to test-flags....* gnu/packages/django.scm (python-django-4.2): Add --failfast to test-flags. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves 2024-06-30gnu: python-django-4.2: Comment formatting....* gnu/packages/django.scm (python-django-4.2): Comment formatting. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves 2024-06-30gnu: python-django-4.2: Use test-flags argument....* gnu/packages/django.scm (python-django-4.2): Use test-flags argument. Signed-off-by: jgart <jgart@dismail.de> Nicolas Graves