summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: gpredict: Update commentary note.•••* gnu/packages/astronomy.scm (gpredict): Add a link to new lease request in upstream bug tracker. Change-Id: I120430c5e55b1848ea03c07474fa0fa9e80aa505 Sharlatan Hellseher2024-11-301-1/+2
* gnu: Add python-spisea.•••* gnu/packages/astronomy.scm (python-spisea): New variable. Change-Id: Iecf0f7970cb62b8512eb254d3525a34fc59521be Sharlatan Hellseher2024-11-301-0/+68
* gnu: Add python-vispy.•••* gnu/packages/python-graphics.scm (python-vispy): New variable. Change-Id: Icb648d621101e0f4b60ada8c0ebbd3a05eea6fb4 Sharlatan Hellseher2024-11-301-1/+73
* gnu: Add python-holodeck.•••* gnu/packages/astronomy.scm (python-holodeck): New variable. Change-Id: Ie6ba03ff9af00683f33f7ec11cd2915f4cfbd5e3 Sharlatan Hellseher2024-11-301-1/+53
* gnu: Add python-cosmopy.•••* gnu/packages/astronomy.scm (python-cosmopy): New variable. Change-Id: I31e54ff51a2f18091baba449da3b00cdf5088b15 Sharlatan Hellseher2024-11-301-0/+28
* gnu: Add python-hasasia.•••* gnu/packages/astronomy.scm (python-hasasia): New variable. Change-Id: Iaf6df32037b9435da2731c080578042f1f03867c Sharlatan Hellseher2024-11-301-0/+37
* gnu: Add python-george.•••* gnu/packages/statistics.scm (python-george): New variable. Change-Id: Iff4de57093cbb954b7cb1e079ca9ef71b964e64e Sharlatan Hellseher2024-11-301-0/+29
* gnu: Add python-kalepy.•••* gnu/packages/statistics.scm (python-kalepy): New variable. Change-Id: I1bdaedd07f6149eeffe115eb30c17035a0ed75fd Sharlatan Hellseher2024-11-301-0/+32
* gnu: Add julia-astroangles.•••* gnu/packages/julia-xyz.scm (julia-astroangles): New variable. Change-Id: I7d4f977577b5e468eee313e216ed5f3d15f7e598 Sharlatan Hellseher2024-11-301-0/+24
* gnu: git-annex: Update to 10.20241031•••* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20241031. [inputs]: Add ghc-servant-client and ghc-servant-server. Change-Id: Ic7892a9745123e957bc2b07d9e75845a23a00c35 Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Matthias Riße2024-11-301-2/+4
* gnu: Add ghc-servant-client.•••* gnu/packages/haskell-xyz.scm (ghc-servant-client): New variable. Change-Id: I293433a3a5d184a4a015bc16d509e7b5a5ce7991 Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Matthias Riße2024-11-301-0/+51
* gnu: Add ghc-servant-client-core.•••* gnu/packages/haskell-xyz.scm (ghc-servant-client-core): New variable. Change-Id: I26373f05da6fdba95b7791959e18e6577c3f5f37 Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Matthias Riße2024-11-301-0/+35
* gnu: Add ghc-tdigest.•••* gnu/packages/haskell-xyz.scm (ghc-tdigest): New variable. Change-Id: If4fdd492a103de94c30eab6f1399d77bee7ddc1a Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Matthias Riße2024-11-301-0/+28
* gnu: petsc: Remove store references on make and gcc.•••Reduces closure size from 970 MB to around 700 MB for petsc-openmpi package and also makes `guix pack` packages containing petsc bit-reproducible (by removing make it removes implicit guile dependency). * gnu/packages/maths.scm (petsc)[arguments]: Add patterns in ’clean-local-references’ and ‘clear-reference-to-compiler’. Change-Id: I465c325b152b09befdb746e5bc47fbeaf9a061dc Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars Bilke2024-11-291-2/+4
* gnu: petsc: Remove arch version from uname output.•••Enables reproducible building on machines with have a different arch-suffix in uname output, e.g.: Machine·characteristics:·Linux-x.x.x-arch1-1-x86_64-with-glibc2.39 vs. Machine·characteristics:·Linux-x.x.x-arch2-1-x86_64-with-glibc2.39 Will become Machine·characteristics:·Linux-x.x.x-archx-x-x86_64-with-glibc2.39 * gnu/packages/maths.scm (petsc)[arguments]: Adjust machine regexp in ‘clean-local-references’. Change-Id: Icc37a298c0c2d16e96f2c8eaf5aa4781cc4e5ac4 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars Bilke2024-11-291-2/+2
* gnu: fonts: Add font-dina.•••* gnu/packages/fonts.scm (font-dina): New variable. Change-Id: I10f63e17754227145d72b1fc3380a532d74cef55 Signed-off-by: Ludovic Courtès <ludo@gnu.org> 8dcc2024-11-291-0/+19
* gnu: geteltorito: Update to d6c7ba0; use new home page and origin URI.•••* gnu/packages/cdrom.scm (geteltorito): Update to d6c7ba0. [home-page]: Use new URI. [arguments]: In ‘install’ phase, rename Perl script and make it executable. Change-Id: I746acc21d1f8855978bfbf00bef3dd39268bc4b3 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julian Flake2024-11-291-28/+37
* gnu: liquidprompt: Patch additional utilities•••* gnu/packages/shellutils.scm (liquidprompt) [inputs]: Add coreutils and inetutils. [arguments]<#:phases>: Replace the paths of more utilites Change-Id: I84578ca40300a7527a23e5d8c3257d49be911a7b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sisiutl2024-11-291-7/+13
* gnu: python-pydevd: Use gdb/pinned.•••To allow gdb to be updated more easily. * gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned. Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2024-11-291-1/+1
* gnu: xorgxrdp: Switch to git source.•••* gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d Zheng Junjie2024-11-291-6/+10
* gnu: xorgxrdp: Update to 0.10.2.•••* gnu/packages/rdesktop.scm (xorgxrdp): Update to 0.10.2. Change-Id: I7b25ac3b5aba0ae44729db5d83b7280f2ae33c55 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-291-2/+2
* gnu: xrdp: Update to 0.10.1.•••* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.1. Change-Id: I876d2ba9deeaed721c7300537221848f4392b2d0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-291-2/+2
* gnu: wget2: Update to 2.2.0.•••* gnu/packages/wget.scm (wget2): Update to 2.2.0. Change-Id: Id077c964480f1f107bacb33fbe9b98239f9abeba Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-291-2/+2
* gnu: icecat: Update to 115.18.0-guix2 [security fixes].•••Includes fixes for CVE-2024-11692, CVE-2024-11693, and CVE-2024-11697. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit and hash. Mark H Weaver2024-11-281-4/+4
* gnu: go-chroma: Inherit from library.•••Reported by Saku Laesvuori <saku@laesvuori.fi> in #74588. * gnu/packages/golang-xyz.scm (go-chroma): Inherit from go-github-com-alecthomas-chroma-v2. [arguments]: Set <unpack-path> and <import-path> to build the binary. [native-inputs]: Remove go-github-com-alecthomas-chroma-v2. Change-Id: Iaa48b2880843e9df6a35b534578080c91c24d2a5 Sharlatan Hellseher2024-11-281-18/+4
* gnu: guix-data-service: Update to 0.0.1-55.64aeeff.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-55.64aeeff. Change-Id: I9fa8f3f2d92aa136344e81ce9a62c82b43f0d113 Christopher Baines2024-11-281-3/+3
* gnu: xpra: Update to 6.2.1.•••* gnu/packages/xorg.scm (xpra): Update to 6.2.1. Change-Id: I7ab505cddd5aae59aea29f7c980a6d1ea4154bdb Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-281-2/+2
* gnu: snac: Update to 2.65.•••* gnu/packages/fediverse.scm (snac2): Update to 2.65. Change-Id: Ie61958a9e31e8131e29bd9327730daa74b7bc4e7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA2024-11-281-2/+2
* gnu: kernel-hardening-checker: Update to 0.6.10.•••* gnu/packages/linux.scm (kernel-hardening-checker): Update to 0.6.10. Change-Id: If3327fd8519ff50800fc653e1ddbddd5c6c21565 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> kiasoc52024-11-281-2/+2
* gnu: mpv: Update to 0.39.0.•••* gnu/packages/video.scm (mpv): Update to 0.39.0. Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> kiasoc52024-11-281-2/+2
* gnu: parallel: Update to 20241122.•••* gnu/packages/parallel.scm (parallel): Update to 20241122. Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-281-2/+2
* gnu: wolfssl: Update to 5.7.4.•••* gnu/packages/tls.scm (wolfssl): Update to 5.7.4. Change-Id: I1438599e3febd71e50ae690f168b7bf12896223a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA2024-11-281-2/+2
* gnu: nethogs: Update to 0.8.8.•••* gnu/packages/networking.scm (nethogs): Update to 0.8.8. Change-Id: I68e127f52b731ebed5470d4372bc3956ddc073af Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> David Pflug2024-11-281-2/+2
* gnu: wabt: Update to 1.0.36.•••* gnu/packages/web.scm (wabt): Update to 1.0.36. Change-Id: Icbc5466b8f9780cf889cf2d9d41e25ffab415085 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA2024-11-281-2/+2
* gnu: xorg-server: Update to 21.1.14 [security fixes].•••This fixes CVE-2024-9632. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.14. Change-Id: I35fdd57991eef89fe339a0f79d361e05985187ce Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2024-11-281-2/+2
* gnu: Add flacon.•••* gnu/packages/music.scm (flacon): New variable. Change-Id: Id94a350e8650689d8dc48b55af36ac3ad4e1402f Leo Famulari2024-11-271-1/+35
* gnu: cbonsai: Update to 1.3.1-0.50fe627.•••This fixes some minor bugs in the program. * gnu/packages/toys.scm (cbonsai): Update to 1.3.1-0.50fe627. Change-Id: I6f08288d70e496b6cd9a7acba5a19d0a88389872 Leo Famulari2024-11-271-35/+37
* gnu: umockdev: Fix build with newer meson.•••* gnu/packages/check.scm (umockdev)[arguments]: Add a phase to not error on unused-variables from the code generated by vala. Change-Id: I614304dcac9065f4299004e9e4e458d71d308e44 Efraim Flashner2024-11-271-0/+5
* gnu: vim: Update to 9.1.0889.•••* gnu/packages/vim.scm (vim): Update to 9.1.0889. [arguments]: Adjust the custom 'skip-or-fix-failing-tests to skip another test. Change-Id: I82806677bd9e33c6e683e3befb563631b4947cbe Efraim Flashner2024-11-271-2/+6
* gnu: cl-common-lisp-jupyter: Update to 1.0.•••* gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 1.0. [inputs]: Remove sbcl-iterate, sbcl-static-vectors, sbcl-trivial-garbage and sbcl-trivial-gray-streams. Add sbcl-nontrivial-gray-streams and sbcl-trivial-features. Change-Id: I02696141b8e731eadf1f83567d4105d6de938e89 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Konrad Hinsen2024-11-271-9/+7
* gnu: Add cl-nontrivial-gray-streams.•••* gnu/packages/lisp-xyz.scm (cl-nontrivial-gray-streams, ecl-nontrivial-gray-streams, sbcl-nontrivial-gray-streams): New variables. Change-Id: I1d72e6bf5cb3c67e30d426d7a556de920a68119c Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Konrad Hinsen2024-11-271-0/+33
* gnu: cl-eclector: Update to 0.10.0.•••* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.10.0. Change-Id: I4e5c76a26dad87d8a5be90bc612208c301e2b576 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Konrad Hinsen2024-11-271-3/+3
* gnu: nar-herder: Update to 0-38.59d2b8a.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-38.59d2b8a. Change-Id: Ic9405eca7190c8b73086a0db0bbc107fef03bbe6 Christopher Baines2024-11-271-3/+3
* gnu: guix-build-coordinator: Update to 0-111.037eac0.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-111.037eac0. Change-Id: I23a0f5e8667d127adfcd43b8ec10c9e0ab34de57 Christopher Baines2024-11-271-3/+3
* gnu: mesa: Use standard meson.•••The meson variable now points to version 1.5.2, and meson-1.5 is not defined. * gnu/packages/gl.scm (mesa)[arguments]: Remove #:meson. Change-Id: I2fa5aebdab048ef53488d2976173dab67134471e Andreas Enge2024-11-271-2/+1
* gnu: meson: Update to 1.5.2.•••* gnu/packages/build-tools.scm (meson): Update to 1.5.2. (meson-1.5): Delete variable. * gnu/packages/gnome.scm (gitg) [arguments]: Delete #:meson argument. Change-Id: Ic8dba9f4d0f52b1ba5761764d5bf4413cc190250 Maxim Cournoyer2024-11-272-16/+2
* gnu: linux-libre 6.1: Update to 6.1.119.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.119. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I4e558776201d17c8bbcdf5d50706118f7cde21bc Leo Famulari2024-11-261-2/+2
* gnu: linux-libre 6.6: Update to 6.6.63.•••* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.63. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Ie83d683ba6fbed0fd1e604dd4d2bf58acc7ee77a Leo Famulari2024-11-261-2/+2
* gnu: linux-libre: Update to 6.11.10.•••* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.10. (linux-libre-6.11-pristine-source): Update hash. Change-Id: Ife061065a6c2e7f47c2aae07804a82a3547e9f4b Leo Famulari2024-11-261-2/+2
* gnu: go-github-com-charmbracelet-bubbletea: Remove input labels.•••* gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): [propagated-inputs]: Remove input labels. Change-Id: If2dc587649c4e44aabf025de915655887d04530c Artyom V. Poptsov2024-11-261-10/+10