aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: avrdude: Update to 7.3.Artyom V. Poptsov2024-05-31
| | | | | | | | | | | | * gnu/packages/flashing-tools.scm (avrdude): Update to 7.3. [source]: Set to "https://github.com/avrdudes/avrdude/" as the project repository moved to GitHub. [build-system]: Use "cmake-build-system". [arguments]: Disable tests as there are none. [description]: Improve formatting. Change-Id: I835563a6301d01089a9bfc2b1c3eb5050c4adb8f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tla2tools: Add UseParallelGC to Java command in wrapper scripts.Karl Hallsby2024-05-31
| | | | | | | | | | | | * gnu/packages/java.scm: Add -XX:+UseParallelGC to generated wrapper scripts for TLA+'s binary tools. TLA+'s tools request (and throw a warning message) when you invoke them without Java's parallel GC flag. Including this flag removes the warning message and should improve performance (theoretically). Change-Id: I12f7432db21db31ae2b0b30cc7f41f4a6af58b0a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add biboumi.Wilko Meyer2024-05-31
| | | | | | | | | * gnu/packages/messaging.scm (biboumi): New variable. * gnu/packages/patches/biboumi-cmake-ignore-git.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Ibb2bcadc8f64cbda3a0dbfe8ef5a931c52052658 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: clementine: Build with libgpod.Sergey Trofimov2024-05-31
| | | | | | * gnu/packages/music.scm (clementine): Add libgpod to dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libgpod.Sergey Trofimov2024-05-31
| | | | | | | * gnu/packages/music.scm (libgpod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: If4dbf8648b95f9c47d39de870be3227522454cc6
* gnu: Add r7rs-small-texinfo.Yuval Langer2024-05-31
| | | | | | | * gnu/packages/scheme.scm (r7rs-small-texinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I8e3e2956cb2a5e98c1353a51773c71bbb4545b95
* gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config.Kaelyn Takata2024-05-31
| | | | | | | | | | | | This reintroduces the patch that was deleted by cf5f7a8bf9ca2288700fcf351bbca0fc341ec969, adjusting file names. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. Change-Id: I848df8a9762216eb2b02afc3843e0e9806db14be Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: slurm: Add patch for a useful fallback shell for ‘salloc’.Ludovic Courtès2024-05-31
| | | | | | | | | | * gnu/packages/patches/slurm-23-salloc-fallback-shell.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/parallel.scm (slurm): Use it. (slurm-22.05, slurm-21.08, slurm-20.11, slurm-20.02) (slurm-19.05, slurm-18.08): Drop it. Change-Id: I1498e8d21d631c988edf75a8bcc8d2ae5f244b7a
* gnu: intel-mpi-benchmarks: Update to 2021.7.Ludovic Courtès2024-05-31
| | | | | | | | | This fixes compilation with glibc 2.39. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.7. Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349
* gnu: Add python-pybadges.Giacomo Leidi2024-05-31
| | | | | | | * gnu/packages/python-web.scm (python-pybadges): New variable. Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: f3d: Update to 2.4.0.Artyom V. Poptsov2024-05-31
| | | | | | | | | * gnu/packages/graphics.scm (f3d): Update to 2.4.0. [home-page]: Set to "https://f3d.app/" as the old page contains permanent redirect to it. Change-Id: Ia574725d31dcb181ced37b2debe24c033cb9094b Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: entr: Update to 5.5.Artyom V. Poptsov2024-05-31
| | | | | | | * gnu/packages/entr.scm (entr): Update to 5.5. Change-Id: I8ef7c93750a9a3b51d64b678e3d041082558ef67 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: aide: Update to 0.18.8.Artyom V. Poptsov2024-05-31
| | | | | | | | | | | | | | * gnu/packages/admin.scm (aide): Update to 0.18.8. [arguments]: Add configure flags to enable features "--with-posix-acl", "--with-selinux" and "--with-xattr". Add "--with-config-file=/etc/aide.conf" to instruct the program to use this patch to search for the configuration file. [native-inputs]: Add "pkg-config". [inputs]: Use "acl", "attr", "libselinux" and "pcre2". Change-Id: I15ae1d86ea9fdfed16e901c041bae292ec68a742 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: icewm: Update to 3.5.0Andy Tai2024-05-31
| | | | | | | * gnu/packages/wm.scm (icewm): update to 3.5.0. Change-Id: I4b4a7befd59e492896fceced0240e934b02c8e7e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: parallel: Update to 20240522.Andy Tai2024-05-31
| | | | | | | * gnu/packages/parallel.scm (parallel): Update to 20240522. Change-Id: If9d78b0a6f50fd22e2ca8d290209dc7a83cba772 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: podman: Update to 5.1.0.Tomas Volf2024-05-31
| | | | | | | * gnu/packages/containers.scm (podman): Update to 5.1.0. Change-Id: I87b3e639f1eb01e93363a359d33c2aaceaee653b Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: conmon: Update to 2.1.12.Tomas Volf2024-05-31
| | | | | | | * gnu/packages/containers.scm (conmon): Update to 2.1.12. Change-Id: Ie5f5590b82467ef5a3cd981f1ba410c5bf8d9ff5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: weechat: Update to 4.3.0.Ashish SHUKLA2024-05-31
| | | | | | | | * gnu/packages/irc.scm (weechat): Update to 4.3.0. [input]: Add dependency on cjson. Change-Id: I30d326638430828c6967a6e6859120300b511a84 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add python-celltypist.Ricardo Wurmus2024-05-31
| | | | | | * gnu/packages/bioinformatics.scm (python-celltypist): New variable. Change-Id: I196b7a07955224fe4c641d79729f0facb6367adb
* gnu: lisp-xyz : Sort packages.jgart2024-05-30
| | | | | | * gnu/packages/lisp-xyz.scm: Sort packages. Change-Id: I2553a5134a8b60982aba7bb69a5e5c8efd7f8544
* gnu: Add cl-jose.jgart2024-05-30
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-jose, cl-jose, ecl-jose): Add new variables. Change-Id: I00b6d65ea53d11f151c4d41911536a48955d14af
* gnu: Add cl-pem.jgart2024-05-30
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-pem, cl-pem, ecl-pem): Add new variables. Change-Id: I4840062e5454fb992cfc17edb44a24ed76114446
* gnu: Add cl-asn1.jgart2024-05-30
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-asn1, cl-asn1, ecl-asn1): Add new variables. Change-Id: Id022e86de648f452c37b644c6e4728c91f373ad6
* gnu: torbrowser: Fix typo in description.Arun Isaac2024-05-30
| | | | | | | * gnu/packages/tor-browsers.scm (make-torbrowser)[description]: Fix typo changing "know" to "known". Change-Id: Ib4c1d1f183e7debbc769693f303caa141f2138b6
* gnu: patch: Fix indentation.Maxim Cournoyer2024-05-30
| | | | | | * gnu/packages/base.scm (patch): Re-indent package. Change-Id: I97a5d8054ebacc779bead6093d150c44acdcc91c
* gnu: git: Update to 2.45.1 [security fixes].Ashish SHUKLA2024-05-30
| | | | | | | * gnu/packages/version-control.scm (git): Update to 2.45.1. Change-Id: Ia0634c6b0a4a3b5cc5c584ca064bbeb62b207c3e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: torbrowser: Update to 13.0.15 [security fixes].André Batista2024-05-30
| | | | | | | | | | | | | | | | | Fixes CVEs 2024-4367, 2024-4767, 2024-4768, 2024-4769, 2024-4770 and 2024-4777. See the Mozilla Foundation Security Advisory <https://www.mozilla.org/en-US/security/advisories/mfsa2024-22/> for details. * gnu/packages/tor-browsers.scm (%torbrowser-locales): Update changesets. (%torbrowser-build-date): Update to 20240510150000. (%torbrowser-version): Update to 13.0.15. (%torbrowser-firefox-version): Update to 115.11.0esr-13.0-1-build2. (torbrowser-translation-base): Update to a28a8b2cb9e207d12fca11181818c0a0694b56af. (torbrowser-translation-specific): Update to e03ffdea5b74ad280616dccd21744cba7b2d4565. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-yt.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-yt): New variable. Change-Id: Ic8331de39e0a5e875aef8d49b7597c269b2b155e Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add python-more-itertools-next.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/python-xyz.scm (python-more-itertools-next): New variable. Change-Id: Ia9deef0c19931356446e2731a315d27ce54e6ab0 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add python-comm.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/jupyter.scm (python-comm): New variable. Change-Id: I1bed7b6f54e63db6f47cdbaccd816c56f06045f8 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add python-geopack.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/geo.scm (python-geopack): New variable. Change-Id: I674b09030684dd0d9f94b4b87cf96aeea983ee89 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add python-viresclient.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-viresclient): New variable. Change-Id: I690a6d8f1fc80dde1605f50d09f540d556fa881b Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-ewah-bool-utils: Update to 1.2.0.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/python-compression.scm (python-ewah-bool-utils): Update to 1.2.0. Change-Id: I7bc50249f2d7e97c64d23054ad176cf0e4af6258 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-unyt: Fix version detection.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/python-science.scm (python-unyt): Fix version detection. [native-inputs]: Add python-setuptools-scm. Change-Id: I96e7d2530b15299a39911bebf62b76a9191ea91b Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-specutils: Update to 1.15.0.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-specutils): Update to 1.15.0. Change-Id: I43f19ce39574a497097f4605dc2a18f6fd6343e9 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-stsci-image: Update to 2.3.7.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-stsci-image): Update to 2.3.7. Change-Id: Icd3c8d2b893e9eb83820912a0f6afe855330aa97 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-sunpy: Update to 5.1.3.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.3. Change-Id: If025ccc8435202a6bf50cf1e48d1955c51a78a34 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-roman-datamodels: Update to 0.20.0.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.20.0. Adjust indentation. Change-Id: I6bd533d81a0c8b6f2cc183e274190ff7042e965f Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-rad: Update to 0.20.0Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-rad): Update to 0.20.0. Adjust indentation. Change-Id: I5921c5153ace1032313121c00c73423f3d1e7c84 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-jplephem: Update to 2.22.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-jplephem): Update to 2.22. Change-Id: I87c1d7e61438634fa1562c5ab42ca2f90ae588a4 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-crds: Update to 11.17.22.Sharlatan Hellseher2024-05-30
| | | | | | | | | | | * gnu/packages/astronomy.scm (python-crds): Update to 11.17.22. Adjust indentation. [native-inputs]: Remove python-flake8, python-ipython, python-lockfile, python-mock, python-nose, python-pylint, and python-pytest. Change-Id: Idbbece6544755753dce2046292d2552924992959 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-cdflib: Update to 1.3.1.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.1. [propagated-inputs]: Remove python-attrs. Change-Id: I13abd2608c18796e6d8d5d37bee0a037fbd2794d Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-ccdproc: Update to 2.4.2.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.2. Change-Id: Ic6be0d26ae6f612c9b57fd88b0458496c28b353a Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-dust-extinction: Update to 1.4.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.4. Change-Id: I335f9ae01c022c6bea229b73f131aab459126809 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-astroscrappy: Update to 1.2.0.Sharlatan Hellseher2024-05-30
| | | | | | | | | * gnu/packages/astronomy.scm (python-astroscrappy): Update to 1.2.0. [native-inputs]: Remove python-cython, python-h5py, python-pandas, and python-scikit-image; add python-cython-3. Change-Id: I8008d35e94f9076c489709ad241f97dec6e22b2a Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-pyvo: Disable a failing test.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-pyvo) [arguments]: <#:test-flags>: Disable one failing test. Change-Id: I662a08126991c7db1f37d9ae04160f5a926d443f Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-astropy: Update to 6.1.0.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-astropy): Update to 6.1.0. Change-Id: I72bbbec2df8fb6aba884c0700a977b34b3d8beec Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12.Sharlatan Hellseher2024-05-30
| | | | | | | * gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2024.5.13.0.30.12. Change-Id: Iac104aea31b967d902f424f3257a07c30d245007 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: calceph: Update to 4.0.0.Sharlatan Hellseher2024-05-30
| | | | | | | | | | * gnu/packages/astronomy.scm (calceph): Update to 4.0.0. [source]: Swap to git checkout. [build-system]: Swap to cmake-build-system. [properties]: Remove them. Change-Id: Ic1559a1f956aa90200c911fbee057c55a7fb9874 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: packages/astronomy: Minimize import from python build system.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm: Select just pypi-uri from python build system module. Change-Id: I1b02cdd24a6456d58136ee126f7bdb2a01dce9b4 Signed-off-by: Andrew Tropin <andrew@trop.in>