summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-12gnu: cl-py4cl: Fix path to python3.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Add the 'fix-python3-path' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-12gnu: cl-py4cl: Fix path to py4cl.py.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-py4cl)[arguments]: Fix 'replace-*base-directory*-var' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-12gnu: trezor-agent: Fix it by deleting the sanity-check phase.Attila Lendvai
* gnu/packages/finance.scm (trezor-agent)[arguments]: Delete 'sanity-check' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-11gnu: genimage: Update to 15.Vagrant Cascadian
* gnu/packages/genimage.scm (genimage): Update to 15. [arguments]: Update 'fix-failing-tests phase to reference new files.
2022-04-11gnu: genext2fs: Update to 1.5.0.Vagrant Cascadian
* gnu/packages/linux.scm (genext2fs): Update to 1.5.0. [source] Update URL. [arguments] Remove 'apply-debian-patches phase. [home-page] Update URL.
2022-04-11gnu: Add r-copykat.zimoun
* gnu/packages/bioinformatics.scm (r-copykat): New variable.
2022-04-11gnu: Add r-dlm.zimoun
* gnu/packages/cran.scm (r-dlm): New variable.
2022-04-11gnu: Add r-paralleldist.zimoun
* gnu/packages/cran.scm (r-paralleldist): New variable.
2022-04-11gnu: openmpi: Remove trailing #t.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove trailing #t.
2022-04-11gnu: openmpi: Update to 4.1.3.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi): Update to 4.1.3.
2022-04-11gnu: openmpi: Remove input labels.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[inputs]: Remove input labels.
2022-04-11gnu: hwloc: Remove trailing #t.Ludovic Courtès
* gnu/packages/mpi.scm (hwloc-1)[arguments]: Remove trailing #t. (hwloc-2)[arguments]: Likewise.
2022-04-11gnu: hwloc@1: Use 'target-arm32?' in conditional.Ludovic Courtès
Suggested by Maxime Devos. * gnu/packages/mpi.scm (hwloc-1)[inputs]: Use 'target-arm32?' rather than custom code.
2022-04-11gnu: hwloc: Remove input labels.Ludovic Courtès
* gnu/packages/mpi.scm (hwloc-1)[inputs]: Remove labels. (hwloc-2)[inputs]: Use 'modify-inputs'.
2022-04-11gnu: hwloc@1: Update to 1.11.13.Philippe SWARTVAGHER
* gnu/packages/patches/hwloc-1-test-btrfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mpi.scm (hwloc-1): Use it and update to 1.11.13. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2022-04-11http-client: Fix redirection.Attila Lendvai
* guix/http-client.scm (http-fetch): Use the right uri variable in case of redirection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add r-tricycle.Mădălin Ionel Patrașcu
* gnu/packages/bioconductor.scm (r-tricycle): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-11gnu: Add python-stopit.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-stopit): New variable.
2022-04-11gnu: Add python-yte.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-yte): New variable.
2022-04-11gnu: Add python-plac.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-plac): New variable.
2022-04-11gnu: Add python-parameterizedtestcase.Ricardo Wurmus
* gnu/packages/python-check.scm (python-parameterizedtestcase): New variable.
2022-04-11gnu: python-aws-xray-sdk: Update to 2.9.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.9.0. [arguments]: Delete two more test files; disable two tests.
2022-04-11gnu: python-django@2.2: Update to 2.2.28 [fixes CVE-2022-2834].Marius Bakke
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.28.
2022-04-11gnu: python-django@3.2: Update to 3.2.13 [fixes CVE-2022-2834].Marius Bakke
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.13.
2022-04-11gnu: python-django: Update to 4.0.4 [fixes CVE-2022-2834].Marius Bakke
* gnu/packages/django.scm (python-django-4.0): Update to 4.0.4.
2022-04-11gnu: Add 'upstream-name' property to the netfilter libraries.Ludovic Courtès
This allows the 'generic-html' updater to find updates. * gnu/packages/linux.scm (libnetfilter-conntrack)[properties]: New field. (libnetfilter-cttimeout)[properties]: New field. (libnetfilter-cthelper)[properties]: New field. (libnetfilter-queue)[properties]: New field. (libnetfilter-acct)[properties]: New field. (libnetfilter-log)[properties]: New field.
2022-04-11gnu: Add ulogdfesoj000
* gnu/packages/linux.scm (ulogd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-logfesoj000
* gnu/packages/linux.scm (libnetfilter-log): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add nfacctfesoj000
* gnu/packages/linux.scm (nfacct): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-acctfesoj000
* gnu/packages/linux.scm (libnetfilter-acct): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add conntrack-toolsfesoj000
* gnu/packages/linux.scm (conntrack-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-queuefesoj000
* gnu/packages/linux.scm (libnetfilter-queue): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-cthelperfesoj000
* gnu/packages/linux.scm (libnetfilter-cthelper): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-cttimeoutfesoj000
* gnu/packages/linux.scm (libnetfilter-cttimeout): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add libnetfilter-conntrackfesoj000
* gnu/packages/linux.scm (libnetfilter-conntrack): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-core.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core): New variable. (ocaml4.07-core): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: ocaml-jane-street-headers: Add variant.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-jane-street-heaers)[properties]: Add ocaml4.07 variant. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-timezone.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-timezone): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-core-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable. (ocaml4.07-core-kernel): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-base-bigstring.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base-bigstring): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-jane.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable. (ocaml4.07-ppx-jane): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-fail.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable. (ocaml4.07-ppx-fail): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-base-quickcheck.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base-quickcheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-splittable-random.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-splittable-random): New variable. (ocaml4.07-splittable-random): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-sexp-message.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable. (ocaml4.07-ppx-sexp-message): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-sexp-value.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable. (ocaml4.07-ppx-sexp-value): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-bench.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable. (ocaml4.07-ppx-bench): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-bin-prot.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable. (ocaml4.07-ppx-bin-prot): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-bin-prot.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable. (ocaml4.07-bin-prot): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-11gnu: Add ocaml-ppx-fixed-literal.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>