aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: capstone: Backport upstream fix for Python bindings.Sören Tempel2024-07-09
| | | | | | | | * gnu/packages/patches/capstone-fix-python-constants.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (capstone): New patch. Signed-off-by: jgart <jgart@dismail.de>
* gnu: trealla: Update to 2.53.47.jgart2024-07-09
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.53.47. Change-Id: Ide1766e92cc2ee0ec435f02db11bcd4c73fc3642
* gnu: linux-libre 4.19: Update to 4.19.317.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.317. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I983eceec227fd3eb0e7cc759f665e614bf9e6449 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.279.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.279. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ic13d58447b3d20e33a9ed165d56b92d02c456c98 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.221.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.221. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I26af395d6062d1fd3786dcf0cbbae51258fa0ce6 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.162.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.162. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Change-Id: I0586acec38ed8d6de0f07084794c928821ae17c2 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.97.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.97. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ic485e29c973110b34e3da80c25e625d6fdcba85f Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.37.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.37. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I24b197e920a2dcc311fa589d9124b8f6c3ac905c Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.9: Update to 6.9.8.Wilko Meyer2024-07-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.8. (linux-libre-6.9-pristine-source): Update hash. Change-Id: Ied14fe931937fba95afc8330b60d5a51ee6b344f Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icecat: Update to 115.13.0-guix1 [security fixes].Mark H Weaver2024-07-09
| | | | | | | | | | | Includes fixes for CVE-2024-6600, CVE-2024-6601, CVE-2024-6602, CVE-2024-6603, and CVE-2024-6604. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (%icecat-version): Change suffix from "-guix0-preview1" to "-guix1". (icecat-source): Update gnuzilla commit, base version, and hashes. (icecat-minimal)[description]: Remove the vague warning about IceCat being a preview release.
* gnu: chez-scheme-for-racket: Fix building on riscv64-linux.Efraim Flashner2024-07-09
| | | | | | | | * gnu/packages/chez.scm (target-chez-arch): When building for riscv64-linux return #f instead of the desired string, which isn't supported everywhere yet. Change-Id: Ie1b076ad4845129c5b98c3ae01f98a86784c13ad
* gnu: chez-scheme: Backport test fix.Philip McGrath2024-07-09
| | | | | | | | | | | | | | | The backported commit fixes crashes when signals are delivered to non-Scheme threads, including GC worker threads and threads created by foreign libraries. This appears to have been the cause of the intermittent test failures we have experienced. * gnu/packages/patches/chez-scheme-backport-signal.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/chez-scheme.scm (chez-scheme)[source]<patches>: Use it. (chez-scheme-for-racket, chez-scheme): Enable tests. Change-Id: Ifd87ca0d1707ef6ad067d883772a5b42803ead94 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: racket: Update to 8.13.Philip McGrath2024-07-09
| | | | | | | | | | | | | | | | * gnu/packages/patches/racket-backport-8.12-chez-configure.patch: Delete obsolete patch. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/racket.scm (%racket-origin)[patches]: Likewise. * gnu/packages/chez.scm (chez-scheme-for-racket): Update to 10.0.1-pre-release.1. * gnu/packages/racket.scm (%racket-version): Update to 8.13. (racket)[inputs]<data, deinprogramm, drracket, eopl, expeditor, gui> <htdp, math, net-cookies, option-contract, pict, plai, plot, rackunit> <redex, scribble, snip, typed-racket, srfi, web-server>: Update hashes. Change-Id: I2d7b6e79a5a4e775d9b918b39fb688b484bb9f93 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: zuo: Update to 1.10.Philip McGrath2024-07-09
| | | | | | | * gnu/packages/racket.scm (zuo): Update to 1.10. Change-Id: I082129143b77d34236e32e5cd4f4aac3275d4bca Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-empv: Add inputs.gemmaro2024-07-09
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-empv)[arguments]: Add a phase to set default binaries for FD and MPV. [inputs]: Add FD and MPV. [propagated-inputs]: Add EMACS-CONSULT. Change-Id: I0e627d3b3ec3e5515ff7da9cd601713840e2a9c7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-sed-mode.gemmaro2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sed-mode): New variable. Change-Id: Ic079579d3c9ba25cf721d044f99ba2ec4dcc0392 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: petsc: Build optimized libraries.Lars Bilke2024-07-09
| | | | | | | * gnu/packages/maths.scm (petsc)[arguments]: Disable debug information. Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: python-duckdb: Disable parallel tests.Sharlatan Hellseher2024-07-09
| | | | | | | | | | | Running tests with "--numprocesses" more than 16 makes them shaky, see <https://ci.guix.gnu.org/build/5070646/log/raw>. * gnu/packages/python-xyz.scm (python-duckdb) [arguments]: <#:test-flags>: Remove "--numprocesses" option. [native-inputs]: Remove PYTHON-PYTEST-XDIST. Change-Id: I34312cd0d031fe1c31172280e761cfe33762fc91
* gnu: emacs-yeetube: Update to 2.1.7.Thanos Apollo2024-07-09
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.7. [synopsis]: Remove deprecated Invidious functionality. [description]: Rephrase and remove deprecated Org mode functionality. Change-Id: Ib5de9ca8d155740da2a5f7ecdba9b349e366def3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-empv.Thanos Apollo2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-empv): New variable. Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.Thanos Apollo2024-07-09
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit efddd69. Change-Id: Ib9d025fd8bf040fe2458fa54ac40bd16f35795dd Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ob-racket.Sergiu Ivanov2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ob-racket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ie3542d8a8644deaa2b1588bc4537859c08444dbf
* gnu: python-duckdb: Adjust indentation.Sharlatan Hellseher2024-07-08
| | | | | | * gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
* gnu: python-duckdb: Update to 1.0.0.Sharlatan Hellseher2024-07-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-duckdb): Update to 1.0.0. [propagated-inputs]: Add python-adbc-driver-manager. [native-inputs]: Remove python-mypy; add python-pytest-xdist. Change-Id: I506e786d73767b73c34ec0d475e535a4eba51ca2
* gnu: Add python-adbc-driver-manager.Sharlatan Hellseher2024-07-08
| | | | | | * gnu/packages/databases.scm (python-adbc-driver-manager): New variable. Change-Id: Idf4056923def64e5603d9fb175126870cbe24624
* gnu: duckdb: Update to 1.0.0.Felix Gruber2024-07-08
| | | | | | | * gnu/packages/databases.scm (duckdb): Update to 1.0.0. Change-Id: I00afe247b221bee0a24297d1eb3d7c76d06d09f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-itanium-demangler.Sören Tempel2024-07-08
| | | | | | | * gnu/packages/python-xyz.scm (python-itanium-demangler): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: I6c198bfb174a76e7d1746d5052e1dec938a4b5b9
* gnu: librewolf: Fix building on aarch64-linux.Remco van 't Veer2024-07-08
| | | | | | | | | * gnu/packages/librewolf.scm (librewolf)[arguments]: On non-x86-linux systems the "--disable-eme" switch is not available because EME is not available. Change-Id: I0f397570249b1bc6a0182d2744a8d3c459c1bafa Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: emacs-doom-themes: Update to 2.3.0@188ab05Sergey Trofimov2024-07-08
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to commit 188ab05. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id684e7005f4c7ae00eb1ea25f7b78b8478ad776f
* gnu: emacs-eshell-git-prompt: Appease linter.Nicolas Goaziou2024-07-08
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt)[source]<origin>: Use tag instead of raw commit hash. [synopsis]: Remove trailing dot to appease linter. [description]: Shorten long line. Change-Id: Ic24bc89ef54507fc723d3fa4c6f276ae78be279c
* gnu: emacs-jabber: Update to 0.8.92-1-e766d84.Thanos Apollo2024-07-08
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit. Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-gnosis.Thanos Apollo2024-07-08
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable. Change-Id: I5757adf1b1b5f19f34fce60e487f4420e8785521 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: kubo: Unbundle more packaes.Artyom V. Poptsov2024-07-07
| | | | | | | | | | | | | | | | * gnu/packages/ipfs.scm (kubo): Unbundle more packages. [inputs]: Add go-github-com-facebookgo-atomicfile, go-github-com-ipfs-go-detect-race, go-github-com-ipfs-go-ipld-cbor, go-github-com-ipfs-go-ipld-git, go-github-com-tidwall-gjson. go-github-com-whyrusleeping-base32, go-github-com-whyrusleeping-cbor, go-github-com-whyrusleeping-chunker, go-github-com-whyrusleeping-go-keyspace, and go-github-com-whyrusleeping-multiaddr-filter. Remove go-github-com-ipfs-go-ipfs-util, go-gopkg-in-yaml-v3, and go-github-com-pkg-errors Change-Id: I8edd09e134dee725f1ecaf8f4296c74c4cc5f37c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-whyrusleeping-cbor.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-web.scm (go-github-com-whyrusleeping-cbor): New variable. Change-Id: I6f411f6766178a754490864e5dc3a5fc826607dd
* gnu: Add go-github-com-whyrusleeping-base32.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-base32): New variable. Change-Id: Iad9afc6eb19ae76bd535f0513d5da488b34e6836
* gnu: Add go-github-com-whyrusleeping-go-keyspace.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-keyspace): New variable. Change-Id: I089ffd2ad61a998958d64465c14cbfe941fc30e9
* gnu: Add go-github-com-whyrusleeping-chunker.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-web.scm (go-github-com-whyrusleeping-chunker): New variable. Change-Id: Ib89feab1054e71a1bb603659c4e93c1d8256dc8f
* gnu: Add go-github-com-whyrusleeping-multiaddr-filter.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-multiaddr-filter): New variable. Change-Id: I4e1319bcb6bc6e0b922e72da31697460fbab8622
* gnu: Add go-github-com-ipfs-go-ipld-git.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-git): New variable. Change-Id: I9f7e4c1f086294a6024da167ba89f8251e0357b6
* gnu: Add go-github-com-facebookgo-atomicfile.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-facebookgo-atomicfile): New variable. Change-Id: Ib6c685b5fa2b42ef0fe057e24547c1244ed449a4
* gnu: Add go-github-com-ipfs-go-ipld-cbor.Artyom V. Poptsov2024-07-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-cbor): New variable. Change-Id: I1a85366eb558fe3043fe39d8aabd4bf14f98a32a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-whyrusleeping-cbor-gen.Artyom V. Poptsov2024-07-07
| | | | | | | * gnu/packages/ipfs.scm (go-github-com-whyrusleeping-cbor-gen): New variable. Change-Id: I7fc01ba570492a145bcea00f08e0ccb7cc0479af Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-syndtr-goleveldb-leveldb: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-syndtr-goleveldb-leveldb): Rename variable to go-github-com-syndtr-goleveldb to reflect go.mode name. [arguments]: <#:import-path>: Adjust it to reflect go.mode import path. <#:phases>: Delete 'build phase; use custom 'check phase. * gnu/packages/ipfs.scm (kubo) [inputs]: Remove go-github-com-syndtr-goleveldb-leveldb. Add go-github-com-syndtr-goleveldb * gnu/packages/mail.scm: Likewise. Change-Id: I84c6a2b398adc7230494847215ccbd1cde73afc9
* gnu: go-github-com-goccy-go-yaml: Enable all tests.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml) [arguments]: <#:phases>: Use customer 'check phase. Change-Id: Idb607eef3cb09cfa3694a25d0acf8bfa0be22bcc
* gnu: go-github-com-goccy-go-yaml: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang.scm (go-github-com-goccy-go-yaml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I44dc5b01079c6486c31f440c8a1f506a419a0f38
* gnu: go-github-com-goccy-yaml: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
* gnu: Add go-chroma.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-chroma): New variable. Change-Id: Idb13913bc51ac37fb9fa8ce315aebdc014e53b10
* gnu: Add go-github-com-alecthomas-kong.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong): New variable. Change-Id: I92218bd2cf6c186e63812dd83655686bb7a7f97a
* gnu: go-github-com-alecthomas-colour: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-colour): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8cbe20aede41417cb6769011385d3986df714cd2
* gnu: go-github-com-alecthomas-repr: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0cc0ea79264d2365e1e1bf910720c956c527c23f