aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format.hpp
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 23:46:24 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:36 +0100
commit1d9d3ec25d2a41b4275b5631fcd3294cbb622516 (patch)
treedf7a228bf744f16764e04f8224a8561d96d97ccf /nix/boost/format.hpp
parentb62bb812a76d4f801245d19871d9f079308845e0 (diff)
downloadguix-1d9d3ec25d2a41b4275b5631fcd3294cbb622516.tar.gz
guix-1d9d3ec25d2a41b4275b5631fcd3294cbb622516.zip
gnu: ghc-objectname: Update to 1.1.0.1.
* gnu/packages/haskell.scm (ghc-objectname): Update to 1.1.0.1.
Diffstat (limited to 'nix/boost/format.hpp')
0 files changed, 0 insertions, 0 deletions
Add python-setuptools and python-wheel. * gnu/packages/time.scm (python-arrow, python-dateutil) [native-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