aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-package-net.sh
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2024-11-23 17:58:50 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-25 11:40:53 +0100
commit9f0f3a7eebbecce4768b9876c4cf6bb9fa4ce6c3 (patch)
tree18fb6597640228c2aa03deb5a489b28118b0c7b8 /tests/guix-package-net.sh
parenta7d6a79a98496f87f577bf5edfa4024e1a39665e (diff)
downloadguix-9f0f3a7eebbecce4768b9876c4cf6bb9fa4ce6c3.tar.gz
guix-9f0f3a7eebbecce4768b9876c4cf6bb9fa4ce6c3.zip
gnu: python-nbxmpp: Update to 5.0.3.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 5.0.3. Change-Id: Id1c4cb770123e9ed4a7fa846107eb38df412bc10 Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/guix-package-net.sh')
0 files changed, 0 insertions, 0 deletions
date to 2.3.8....* gnu/packages/lisp.scm (sbcl): Update to 2.3.8. [source]: Remove 'patches' field. * gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: Remove file. * gnu/packages/local.mk (dist-patch_DATA): Unregister it. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes 2023-09-04gnu: clisp: Add threads support on x84_64-linux....Guix's build version of CLISP, fails to load bordeaux-threads: Error while trying to load definition for system bordeaux-threads This implementation is unsupported. This patch adds support for POSIX_THREADS on x86_64-linux system. * gnu/packages/lisp.scm (clisp)[arguments]: Add configuration options to support threads on x86_64-linux system. Reported and Co-Authored by Andrew Kravchuk <awkravchuk@gmail.com> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher 2023-08-08gnu: txr: Update to 291....* gnu/packages/lisp.scm (txr): Update to 291. Guillaume Le Vaillant 2023-08-02gnu: janet: Update to 1.29.1....* gnu/packages/lisp.scm (janet): Update to 1.29.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Yovan Naumovski 2023-07-18gnu: texlive-tex-texinfo -> texlive-texinfo....* gnu/packages/tex.scm (texlive-texinfo): New variable. (texlive-tex-texinfo): Deprecate variable. * doc/build.scm (pdf-manual): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/lisp.scm (sbcl): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/xdisorg.scm (xforms): Use new name. Nicolas Goaziou 2023-07-09gnu: s7: Don't set #:tests? to #:true....* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner 2023-07-05gnu: txr: Update to 289....* gnu/packages/lisp.scm (txr): Update to 289. Guillaume Le Vaillant 2023-06-17gnu: eisl: Update to 3.00....* gnu/packages/lisp.scm (eisl): Update to 3.00. Guillaume Le Vaillant 2023-06-17gnu: txr: Update to 288....* gnu/packages/lisp.scm (txr): Update to 288. Guillaume Le Vaillant 2023-06-08gnu: sbcl: Fix build on armhf....* gnu/packages/lisp.scm (sbcl)[source]: Update snippet. Guillaume Le Vaillant 2023-06-07gnu: sbcl: fix build on riscv64-linux....* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here. Zheng Junjie 2023-06-07Revert "gnu: sbcl: fix build on riscv64-linux."...This reverts commit 2a6d2fc1d8e3434e283d6d2e559529b41a242fea. Efraim Flashner 2023-06-07gnu: sbcl: fix build on riscv64-linux....* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here. Efraim Flashner 2023-06-06gnu: txr: Update to 287....* gnu/packages/lisp.scm (txr): Update to 287. Guillaume Le Vaillant 2023-06-06gnu: sbcl: Update to 2.3.5....* gnu/packages/lisp.scm (sbcl): Update to 2.3.5. Guillaume Le Vaillant 2023-06-03gnu: Add s7....* gnu/packages/lisp.scm (s7): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Antero Mejr 2023-06-03gnu: Add s7-bootstrap....* gnu/packages/lisp.scm (s7-bootstrap): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Antero Mejr 2023-05-09gnu: txr: Update to 286....* gnu/packages/lisp.scm (txr): Update to 286. Guillaume Le Vaillant 2023-05-03gnu: lisp-repl-core-dumper: Update to 0.8.0....* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.8.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes