aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-11gnu: Add go-github-com-google-go-tpm.Rodion Goritskov
* gnu/packages/golang-crypto.scm (go-github-com-google-go-tpm): New variable. Change-Id: Ib7b640dcb4ea6b87fca1d320f044315620f7e5f3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11gnu: go-github-com-andybalholm-brotli: Update to 1.1.0.Rodion Goritskov
* gnu/packages/golang-compression.scm (go-github-com-andybalholm-brotli): Update to 1.1.0. Change-Id: Iafa533051e69423bffdb9e9c4f7db4bda3c39964 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-11gnu: trealla: Update to 2.53.48.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.53.48. Change-Id: I2544e65003880fa5ec6d70a8ba814bb88722c3c9
2024-07-11gnu: Remove python-pdbpp.Zheng Junjie
Fixes <https://issues.guix.gnu.org/72051> * gnu/packages/python-xyz.scm (python-pdbpp): Delete variable. Change-Id: Ide5dea642f12ff6f283f41e7a5ec637cf561d6af
2024-07-10gnu: linux-libre 6.6: Update to 6.6.38.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.38. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I3b0135a3eb7e483ed6eb8b3773522a5fa7ae02c7 Signed-off-by: Leo Famulari <leo@famulari.name>
2024-07-10gnu: yt-dlp: Update to 2024.07.09.Leo Famulari
* gnu/packages/video.scm (yt-dlp): Update to 2024.07.09. Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
2024-07-10gnu: python-requests-next: Update to 2.32.3.Leo Famulari
* gnu/packages/python-web.scm (python-requests-next): Update to 2.32.3. Change-Id: Iaf2ebe678b4ee6a4d57a3c5273db244d240e2b55
2024-07-10gnu: ci: Cross-build for fewer platforms.Efraim Flashner
* gnu/ci.scm (%unsupported-platform-triplets): New variable. (cross-jobs): Also don't build for systems listed in %unsupported-platform-triplets. Change-Id: Ic31ae6d307f2d243c098ec050bdb9d09060466ac
2024-07-10gnu: cpuinfo: Fix supported systems.Efraim Flashner
* gnu/packages/parallel.scm (cpuinfo)[supported-systems]: Fix typo in armhf-linux. Change-Id: Idf2f683061c960e65ee173ea4b837387ee64d6c8
2024-07-10gnu: visidata: Update to 3.0.2.jgart
* gnu/packages/spreadsheet.scm (visidata): Update to 3.0.2. [arguments]: Migrate to new style. [inputs]: Add python-importlib-metadata. Change-Id: I54fd775b54e42cc9f2ec66fa2159cf63e77b868c
2024-07-10gnu: xaos: Update to 4.3.2.Artyom V. Poptsov
* gnu/packages/maths.scm (xaos): Update to 4.3.2. [native-inputs]: Remove qtbase-5 and qttools-5; add qtbase and qttools. [arguments]: Use gexps. Fix "PREFIX" variable in "XaoS.pro" during "configure" phase. Change-Id: Ifae9890309368ee4131b531c9ea7b155a3cf693c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10services: web: Return success from nginx-action.Tomas Volf
Previous value of #f lead to `head reload nginx' returning exit code 1, complicating usage from scripts (and other actions). Returning #t fixes that. Any actual failures are still covered by the invoke call above. * gnu/services/web.scm (nginx-shepherd-service)[nginx-action]<-s>: Return #t. Change-Id: I4ce1645798a85baddeb0f5bd702a2567db3c7aaa Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10services: web: Pass run-directory to nginx's actions.Tomas Volf
Reloading nginx lead to (harmless, yet annoying) alert being logged: nginx: [alert] could not open error log file: open() "/gnu/store/9l2lznlqpjcm79znq1xas378maqgysc8-nginx-1.27.0/logs/error.log" failed (2: No such file or directory) Since there already is prepared runtime directory for nginx, all that was missing was to also pass it to the reload and reopen invocations. * gnu/services/web.scm (nginx-shepherd-service)[reload, reopen]: Pass -p flag with run-directory as value. Change-Id: Id5c558d65def8c1fe5cf581a4a370508ac05e550 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10gnu: Add emacs-casual-avy.Peter Polidoro
* gnu/packages/emacs-xyz.scm (emacs-casual-avy): New variable. Change-Id: I3f9f5ca23bac1a639356137f9e1782d6a25cb44c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10pack: Create /tmp in Apptainer images.Lars Bilke
Related to <https://bugs.gnu.org/37161> and <https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7979a287f8eb84cbbfa44629951572408939a756>. * guix/scripts/pack.scm (squashfs-image)[build]: Add /tmp to the set of directories created. * tests/pack.scm ("squashfs-image + localstatedir"): Check for /tmp. Change-Id: I576aaa6ba8cb8478acf4c3144d492ae5caf411ca Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10gnu: gnucash: Update to 5.8.gemmaro
* gnu/packages/gnucash.scm (gnucash): Update to 5.8. Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10gnu: guile-ncurses: Fix configure flags for Unicode support.Trevor Arjeski
The flag "--with-ncursesw" doesn't seem to exist for guile-ncurses, and it seemed to cause the build to not include unicode support. Building without it produces the expected "with ncursesw" support. This can be checked within the guile REPL using: > ,use (ncurses curses) > %wide-ncurses > #t ; has unicode and wide char support * gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Remove ‘--with-ncursesw’ from #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I081ce7b21df49652040017f10de5d5f98fe076d5
2024-07-10gnu: llama-cpp: Update commit and configure flags for shared library build.Andy Tai
* gnu/packages/machine-learning.scm (lama-cpp): Update to commit a5735e with pkg-config support. [arguments](configure-flags): Add cmake configure flag for shared library build and adjust arguments to make openblas found by cmake. (phases) 'install-python-scripts: Remove references to deleted scripts and add new ones upsteeam. Change-Id: I7c4bc219a22aa9a949e811b340c7cf745b176d14 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-10gnu: cuirass: Update to 0eaf7b6.Ludovic Courtès
* gnu/packages/ci.scm (cuirass): Update to 0eaf7b6. Change-Id: I56a78c62c91a5b4ca76aa71e7a42eab596e69fdf
2024-07-09gnu: xpra: Update to 6.0.2.Andy Tai
* gnu/packages/xorg.scm (xpra): update to 6.0.2. Change-Id: I71289947783fce1c60ec84e0dd5a4bbe3d077bd9 Signed-off-by: jgart <jgart@dismail.de>
2024-07-09gnu: emacs-denote: Update to 3.0.6.Daniel Szmulewicz
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 3.0.6. Change-Id: Ifa524109d7c6e56a8ce0d93afbae7eca35b5cd53 Signed-off-by: jgart <jgart@dismail.de>
2024-07-09gnu: janet: Update to 1.35.2.jgart
* gnu/packages/lisp.scm (janet): Update to 1.35.2. Change-Id: I5d623879841bd9a9691c535f7a0242dd371b45b4
2024-07-09gnu: opensmtpd: Correct hard coded path.Felix Lechner
* gnu/packages/mail.scm (opensmtpd)[arguments]: Substitute non existent path. Change-Id: I6da8c3650be66f7e2297ea6174a66b7f0b1bc0c0 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-07-09gnu: capstone: Backport upstream fix for Python bindings.Sören Tempel
* 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>
2024-07-09gnu: trealla: Update to 2.53.47.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.53.47. Change-Id: Ide1766e92cc2ee0ec435f02db11bcd4c73fc3642
2024-07-09gnu: linux-libre 4.19: Update to 4.19.317.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 5.4: Update to 5.4.279.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 5.10: Update to 5.10.221.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 5.15: Update to 5.15.162.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 6.1: Update to 6.1.97.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 6.6: Update to 6.6.37.Wilko Meyer
* 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>
2024-07-09gnu: linux-libre 6.9: Update to 6.9.8.Wilko Meyer
* 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>
2024-07-09gnu: icecat: Update to 115.13.0-guix1 [security fixes].Mark H Weaver
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.
2024-07-09gnu: chez-scheme-for-racket: Fix building on riscv64-linux.Efraim Flashner
* 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
2024-07-09gnu: chez-scheme: Backport test fix.Philip McGrath
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>
2024-07-09gnu: racket: Update to 8.13.Philip McGrath
* 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>
2024-07-09gnu: zuo: Update to 1.10.Philip McGrath
* gnu/packages/racket.scm (zuo): Update to 1.10. Change-Id: I082129143b77d34236e32e5cd4f4aac3275d4bca Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-07-09gnu: emacs-empv: Add inputs.gemmaro
* 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>
2024-07-09gnu: Add emacs-sed-mode.gemmaro
* gnu/packages/emacs-xyz.scm (emacs-sed-mode): New variable. Change-Id: Ic079579d3c9ba25cf721d044f99ba2ec4dcc0392 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-07-09gnu: petsc: Build optimized libraries.Lars Bilke
* gnu/packages/maths.scm (petsc)[arguments]: Disable debug information. Change-Id: Iec92a5bf50a004880aeb1ec49d2a2beb154ef222 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-07-09gnu: python-duckdb: Disable parallel tests.Sharlatan Hellseher
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
2024-07-09gnu: emacs-yeetube: Update to 2.1.7.Thanos Apollo
* 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>
2024-07-09gnu: Add emacs-empv.Thanos Apollo
* gnu/packages/emacs-xyz.scm (emacs-empv): New variable. Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-07-09gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.Thanos Apollo
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit efddd69. Change-Id: Ib9d025fd8bf040fe2458fa54ac40bd16f35795dd Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-07-09gnu: Add emacs-ob-racket.Sergiu Ivanov
* gnu/packages/emacs-xyz.scm (emacs-ob-racket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ie3542d8a8644deaa2b1588bc4537859c08444dbf
2024-07-08gnu: python-duckdb: Adjust indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
2024-07-08gnu: python-duckdb: Update to 1.0.0.Sharlatan Hellseher
* 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
2024-07-08gnu: Add python-adbc-driver-manager.Sharlatan Hellseher
* gnu/packages/databases.scm (python-adbc-driver-manager): New variable. Change-Id: Idf4056923def64e5603d9fb175126870cbe24624
2024-07-08gnu: duckdb: Update to 1.0.0.Felix Gruber
* gnu/packages/databases.scm (duckdb): Update to 1.0.0. Change-Id: I00afe247b221bee0a24297d1eb3d7c76d06d09f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-07-08gnu: Add python-itanium-demangler.Sören Tempel
* gnu/packages/python-xyz.scm (python-itanium-demangler): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: I6c198bfb174a76e7d1746d5052e1dec938a4b5b9