aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-26gnu: Add rust-1.79.Efraim Flashner
* gnu/packages/rust.scm (rust-1.79): New variable. Change-Id: Idf54e6504eca7e8cf8a49e664e5aa6c8ff18555d
2024-06-26gnu: Add rust-1.78.Efraim Flashner
* gnu/packages/rust.scm (rust-1.78): New variable. Change-Id: Iab24c4f130e208d9152448d7be5899ab8c13456f
2024-06-26gnu: Add rust-1.77.0.Brennan Vincent
* gnu/packages/rust.scm (rust-1.77): New variable. Change-Id: Ia4611b0ea153bce1de97e711af6d3f7396a6bf85 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-06-26gnu: Add rust-1.76.Brennan Vincent
* gnu/packages/rust.scm (rust-1.76): New variable. Change-Id: I97c80ffe0b1be203fd8bbfa197fa31a9f31919f6 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-06-26gnu: musl: Install compiler wrappers.Efraim Flashner
* gnu/packages/musl.scm (musl)[arguments]: Adjust configure-flags to install all the compiler wrappers. [inputs]: Add bash-minimal. Change-Id: I26c0b4456ec8bc060544e8feb0c328db6498e2bd
2024-06-26gnu: musl: Install ldso symlink in correct location.Efraim Flashner
* gnu/packages/musl.scm (musl)[arguments]: Add a configure-flag to install the ld-musl-*.so.1 symlink in the correct directory. Change-Id: I6a90e62ad93317a6b883e4a0cf75ad2e2035f4a1
2024-06-26gnu: cl-fset: Update to 1.4.0.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-fset): Update to 1.4.0. [source]: Remove snippet. [arguments]: Remove 'fix-build' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Ic9816c3db92d4bb1ab7b69859a971d5a3f7a3e4c
2024-06-26gnu: Add python-spin.Vinicius Monego
* gnu/packages/python-science.scm (python-spin): New variable. Change-Id: I794845d559f3f4f3ab9cf98b0e4a4321b470f7f8 Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: Add python-pytest-subprocess.Vinicius Monego
* gnu/packages/python-check.scm (python-pytest-subprocess): New variable. Change-Id: Id651d945836879e71eb30f51bc392f3027bcad6e Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: Add hatch.Vinicius Monego
* gnu/packages/python-xyz.scm (hatch): New variable. Change-Id: Iff0f0e8e8451277e468b7c3054540eca8d25e321 Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: Add python-userpath.Vinicius Monego
* gnu/packages/python-xyz.scm (python-userpath): New variable. Change-Id: Ic263ee8e1208273b225aa7e2c14dd85f085254e7 Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: abiword: Switch to the site mirror.Artyom V. Poptsov
* gnu/packages/abiword.scm (abiword): Switch to the site mirror as the original site is down since around August 2023 (see <https://web.archive.org/web/20230801000000*/https://www.abisource.com/>). [source]: Use a site mirror. [home-page]: Likewise. [arguments]: Use gexps. Change-Id: I4b02ea4e3c60d56547249f83fc1addf56e55055c Signed-off-by: jgart <jgart@dismail.de>
2024-06-25gnu: linux-libre 5.10: Update to 5.10.220.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.220. (linux-libre-5.10-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8f60b1cf9ad9475fa419975bc202dfa90aedaf5c
2024-06-25gnu: linux-libre 6.1: Update to 6.1.95.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.95. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I6ca108369069c985092fcbb8e91e8ce8f2212cf0
2024-06-25gnu: linux-libre 6.6: Update to 6.6.35.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.35. (linux-libre-6.6-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Id180cd8caae8991b66b52975a5650b319f91c77e
2024-06-25gnu: linux-libre 6.9: Update to 6.9.6.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.6. (linux-libre-6.9-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I718648ab9551d9a26fdcdc54910d4619c4e85579
2024-06-24gnu: rawtherapee: Update to 5.10.Sharlatan Hellseher
* gnu/packages/photo.scm (rawtherapee): Update to 5.10. [inputs]: Add exiv2. Change-Id: Ic97f77cfde1db4784500f49f90e9ffed1d8137b5
2024-06-24gnu: trealla: update to 2.53.2.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.53.2. Change-Id: I6ce5bfc95faa5453d6cdb8a3b03a3f4b21241193
2024-06-24gnu: frama-c: Add wrap-programs phase.Jean-Pierre De Jesus DIAZ
Frama-C needs the OCAMLPATH variable to be defined to load libraries, so define it using the OCAMLPATH variable generated during build time. Related issues: - <https://issues.guix.gnu.org/54094> (fixes it). - <https://issues.guix.gnu.org/69996> (only Frama-C fixed from this one). * gnu/packages/maths.scm (frama-c) <arguments>: Add wrap-programs phase. Change-Id: Icc8a0be5fed6678b71649da2e39a83caaaee9df2 Signed-off-by: jgart <jgart@dismail.de>
2024-06-24gnu: frama-c: Use G-Expressions.Jean-Pierre De Jesus DIAZ
* gnu/packages/maths.scm (frama-c) <arguments>: Use G-Expressions. Change-Id: I25670a3d7e735e001aba63628c2f046be07fc643 Signed-off-by: jgart <jgart@dismail.de>
2024-06-24gnu: frama-c: Update to 29.0.Jean-Pierre De Jesus DIAZ
* gnu/packages/maths.scm (frama-c): Update to 29.0. Change-Id: Ifca4712bc1d75b0c8837ac04151fa9a83ae95bbe Signed-off-by: jgart <jgart@dismail.de>
2024-06-24gnu: Add missing module import.Zheng Junjie
Add missing module import. Change-Id: Ib2cfd268455f9bb1d1abddc0bf04a4a67d78c1c6
2024-06-24gnu: python-geoip2: Update to 4.8.0.Wilko Meyer
* gnu/packages/geo.scm (python-geoip2): Update to 4.8.0. [build-system]: Change to pyproject-build-system. [inputs]: Add python-aiohttp. Change-Id: Ie5f4a6f99a8cb1bef562c6d2401391f6467a715d Signed-off-by: jgart <jgart@dismail.de>
2024-06-24gnu: python-maxminddb: Update to 2.6.2.Wilko Meyer
* gnu/packages/geo.scm (python-maxminddb): Update to 2.6.2. [build-system]: Change to pyproject-build-system. Change-Id: I824468160fef695a8fb9e517b9d91c90da9a2897 Signed-off-by: jgart <jgart@dismail.de>
2024-06-24gnu: patch: Update to latest commit [security fixes].Maxim Cournoyer
* gnu/packages/base.scm (patch): Rename to... (patch/pinned): ... this. Hide package. (patch): New variable. * gnu/packages/commencement.scm (patch-mesboot): Inherit from patch/pinned. (patch-boot0): Likewise. (%final-inputs): Replace patch with patch/pinned. * gnu/packages/lisp.scm (cl-asdf): Likewise. * guix/packages.scm (%standard-patch-inputs): Replace patch with patch/pinned. Fixes: https://issues.guix.gnu.org/47144 Reported-by: Mark H Weaver <mhw@netris.org> Change-Id: I54ae41b735f5ba0ebad30ebdfaabe0ccdc3f9873
2024-06-24gnu: gnulib: Update to 2024-05-30-1.ac4b301.Maxim Cournoyer
Also fix the commands, which would fail due to not finding their implementation scripts. * gnu/packages/patches/gnulib-bootstrap.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/build-tools.scm (gnulib): Update to 2024-05-30-1.ac4b301. [source]: Apply patch. [phases] {patch-source-shebangs, patch-generated-file-shebangs} {patch-usr-bin-file, restore-shebangs}: Delete phases. {disable-failing-tests}: Disable sc_error_message_warn_fatal, sc_prefer_angle_bracket_headers, sc_check_config_h_reminder, sc_prohibit_sc_omitted_at, sc_readme_link_copying, sc_readme_link_install, sc_unsigned_char, sc_unsigned_int, sc_unsigned_long and sc_unsigned_short checks. {regenerate-unicode}: Register BidiMirroring.txt unicode data file. Change-Id: I154b2c5980b671f1e73e7a1f74d926ea080a7aa0
2024-06-24gnu: ucd: Update to 15.1.0.Maxim Cournoyer
* gnu/packages/unicode.scm (ucd): Update to 15.1.0. Change-Id: I0828544c35eef90a8f76c2084362ee4594189244
2024-06-24gnu: torbrowser: Add bash-minimal.Maxim Cournoyer
* gnu/packages/tor-browsers.scm (make-torbrowser) [inputs]: Add bash-minimal. Change-Id: I15faf90a0f7d3e1a4032779640a8749fcd9e4dd7
2024-06-24doc: Add message for common error about make check-system.Richard Sent
* doc/contributing.texi (Running the Test Suite): Mention that make clean-go may need to be run before running make check-system when previous builds were run with different work trees. Change-Id: I4b68d3a05f1425505816db969284487d725840d6 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Fixes: https://issues.guix.gnu.org/47573.
2024-06-24doc: Improve description of nginx's configuration.Tomas Volf
* doc/guix.texi (Web Services)[nginx-server-configuration]: Document semantics of raw-content field. [nginx-location-configuration]: Document semantics of body field. Change-Id: I1e699d085a27f2615190de1e1973146da4ab193d Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: kakoune: Update to 2024.05.18.Ashish SHUKLA
* gnu/packages/text-editors.scm (kakoune): Update to 2024.05.18. Change-Id: I4ca1f66e104a40f2d759c097c0548e6812ef6d16 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: opensc: Switch to new package style.Timotej Lazar
* gnu/packages/security-token.scm (opensc)[arguments]: Use g-exps. Change-Id: I3e59323deb804ba98669d51771ccfa05a92723e3 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: opensc: Update to 0.25.1.Timotej Lazar
* gnu/packages/security-token.scm (opensc): Update to 0.25.1. Change-Id: I16dbf047671115274a25c3b1fba0285952f9f41d Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: readymedia: Update to 1.3.3.David Pflug
* gnu/packages/upnp.scm (readymedia): Update to 1.3.3. Change-Id: I1e4a259a2279b9e836d4b1b5374af0dce092c12e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: godot-lts: Improve package style.Nicolas Graves
* gnu/packages/game-development.scm (godot-lts): Re-indent and ensure max column length to 79. [arguments]: Use gexp. Change-Id: I0bedb66a4e7e0ebe6242df885f1e687ce3a43ce0 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: godot-lts: Update to 3.5.3.Nicolas Graves
* gnu/packages/game-development.scm (godot-lts): Update to 3.5.3. [arguments]<#:scons>: Update to scons-python. Remove argument. <#:phases>: Rename phase 'wrap to 'wrap-ld-path, remove mesa-related comment that seems to be fixed. [inputs]: Replace freetype by freetype-with-brotli. Change-Id: Ia83bc33bd0b944342ba413b46f0963d3f2197bf5 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: sameboy: Update to 0.16.3.Felix Gruber
* gnu/packages/emulators.scm (sameboy): Update to 0.16.3. Change-Id: I56a1bd092e1ce00733d8fea8ab372b2bd52c8b7b Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: rgbds: Update to 0.7.0.Felix Gruber
* gnu/packages/assembly.scm (rgbds): Update to 0.7.0. Change-Id: I992e7081fdf5816cba4f0b7437e513734f554a73 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support.Sughosha
* gnu/packages/wine.scm (wine)[inputs]: Add libxkbcommon, mesa, wayland and wayland-protocols. Change-Id: I43bcca457abc9c38941df21db64e867b13260004 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: Update openjdk variable to openjdk21.Remco van 't Veer
* gnu/packages/java.scm (openjdk): Update to openjdk21. Change-Id: I132dcb6722f604cfe42fdfbc81066d614d4519b9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: openresolv: Update to 3.13.2.Sergey Trofimov
* gnu/packages/dns.scm (openresolv): Update to 3.13.2. * gnu/packages/patches/openresolv-restartcmd-guix.patch: Adjust. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24manifest: Streamline; add packages useful for patch review/submission.Maxim Cournoyer
* manifest.scm: Fix alternate command line invocation (which would not consider 'manifest.scm'). Use specifications instead of packages. Remove perl (now in the guix package's native inputs). Add b4, git, git:send-email, mumi, nss-certs, openssl and patman to the manifest. Change-Id: I49d92dda059856ce217cea9054a466a1754dcf94 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: guix: Add imagemagick, perl and use full graphviz.Maxim Cournoyer
This makes it possible to run 'make distcheck' in a 'guix shell -D guix' environment. * gnu/packages/package-management.scm (guix) [native-inputs]: Replace graphviz-minimal with graphviz. Add imagemagick and perl. Change-Id: Ie400c622d8fc77108df29c03e11f36159d6f6238
2024-06-24gnu: sddm: Update to 0.21.0.Sughosha
* gnu/packages/display-managers.scm (sddm): Update to 0.21.0. [arguments]<#:configure-flags>: Add "-DINSTALL_PAM_CONFIGURATION=OFF". Change-Id: Iac61bcc14963c5c2f04659603158f4507fad5da4 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: exim: Update to 4.97.1.Wilko Meyer
* gnu/packages/mail.scm (exim): Update to 4.97.1. [inputs]: Add perl-file-fcntllock. [arguments]: Add fix-perl-file-names phase. Change-Id: Ide1ba09368c2b23fd8ab6d6cdae8887ccb7edbeb Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: mtools: Update to 4.0.44.Andy Tai
* gnu/packages/mtools.scm (mtools): Update to 4.0.44. Change-Id: I8b08e3e577521ea2c4506c613eb276d4847a3ba5 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24doc: contributing: Mention 'guix git authenticate'.Simon Tournier
Follow up of 73b3f941d7d911a1b2bb2bf77d37cb3a12ed4291. * doc/contributing.texi (Applying for Commit Access): Update accordingly with the removal of 'make authenticate'. Change-Id: Id945c484f6265c76d4eb803369a7fbd9f797434f Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: git: Update to 2.45.2.Ashish SHUKLA
* gnu/packages/version-control.scm (git): Update to 2.45.2. Change-Id: I6bcbc5f0f12a50cbfc0fdc51c30b26e765005d28 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: python-pulsectl: Update to 24.4.0.Sergiu Ivanov
* gnu/packages/audio.scm (python-pulsectl): Update to 24.4.0. Change-Id: I63f43377432d511dea7ffa6b235f8bcc770f1d93 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: volctl: Update to 0.9.4.Sergiu Ivanov
* gnu/packages/gtk.scm (volctl): Update to 0.9.4. Change-Id: I70e85592405d574b692398e6d71d235219fb6fe9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>