aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2024-09-03gnu: Add go-github-com-godbus-dbus-v5.Sarah Morgensen
These changes resolve issues with golang import paths for <github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new variable with downgrading existing one to the latest version where import path is still <github.com/godbus/dbus>. It addresses the cases with unit tests failures and help importer to resolve dependencies. * gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to 0.0.0-20190726142602-4481cbc300e2. (go-github-com-godbus-dbus-v5): New variable, preserver version of go-github-com-godbus-dbus. (go-github-com-delthas-go-libnp) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. * gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03gnu: Add cl-ftp.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-cl-ftp, cl-ftp, ecl-cl-ftp): New variables. Change-Id: Ia006c869bc89c6df23e68e0843e59b3a8cbabcd2 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: Add cl-secret-values.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-secret-values, cl-secret-values, ecl-secret-values): New variables. Change-Id: I198af8563da1ac4f13f9f429cd7df4f29564ba92 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: Add cl-progressons.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-progressons, cl-progressons, ecl-progressons): New variables. Change-Id: I6a2df8887e03d23416998683e744c585d2eaf9ca Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: Add cl-termp.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-termp, cl-termp, ecl-termp): New variables. Change-Id: I224bff2ef056cfb46153570dde430840fa425581 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: Add cl-file-finder.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-file-finder, cl-file-finder, ecl-file-finder): New variables. Change-Id: Ibb3dc5c5a8ee5383dfa0bc8fa8a43a7d35c3397d Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: cl-moira: Update to 0.0.0-1.448d8e7Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-moira): Update to 0.0.0-1.448d8e7 Change-Id: I98537007875d2830b41c8d16313c20ea103f3576 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03gnu: tex.scm: Fix some typos in comments.Nicolas Goaziou
Change-Id: I0e34e1244954c14c14430d858e080b409c0a1ee8
2024-09-03gnu: texlive-biber: Fix build on i686.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-biber)[arguments]: Delete failing test on an i686 system. Change-Id: I469f1562dddc39013c0271a2baef2add6516fe86
2024-09-03gnu: Add julia-progressbars.Spencer King
* gnu/packages/julia-xyz.scm (julia-progressbars): New variable. Change-Id: Idd2b6a8aaaec186c01ecbc852d03f3df84bab8b5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: scrot: Update to 1.11.1.Artyom V. Poptsov
* gnu/packages/xdisorg.scm (scrot): Update to 1.11.1. Change-Id: I727ec4f38b2152d301965653c6ee75ce682fa17c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: openshot: Update to 3.2.1.Andy Tai
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.3. * gnu/packages/video.scm (libpenshot): Update to 0.3.3. (openshot): Update to 3.2.1. Change-Id: I1688395a1181ce258a59e15ce63e2dda535af7f1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: jacal: Update to 1c8.Artyom V. Poptsov
* gnu/packages/maths.scm (jacal): Update to 1c8. [native-inputs]: Add time. Change-Id: I855993e5caf67854c4c508546485872f770afdd6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: scm: Update to 5f4.Artyom V. Poptsov
* gnu/packages/scheme.scm (scm): Update to 5f4. Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: tensorflow-lite: Fix build.Andy Tai
* gnu/packages/machine-learning.scm (tensorflow-lite): Fix build. [inputs]: Change flatbuffers-next to flatbuffers-23.1. * gnu/packages/serialization.scm (flatbuffers-23.1): New variable. Change-Id: I257c3563cb91cbf8e0f0874367aafced248ab4dc Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03gnu: diffutils: Skip Gnulib’s ‘test-year2038’ on i586-gnu.Ludovic Courtès
This is a followup to 391ce2ea752c9eb43e47a1e97b1e13aaf6a63385. * gnu/packages/base.scm (diffutils)[arguments]: Add #:make-flags. Change-Id: Ia760cf9a86a2ae60206e42498a07517552d0c9f2
2024-09-03gnu: Add pantheon-stylesheet.altadil
* gnu/packages/pantheon.scm (pantheon-stylesheet): New variable. Change-Id: I33b8d144198e8ef51631ed3050a2f9e3fb25c3a4 Signed-off-by: jgart <jgart@dismail.de>
2024-09-03gnu: trealla: Update to 2.55.32.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.32. Change-Id: I210d8c7c89b58c8308073fced54765382f0463e5
2024-09-03gnu: trealla: Update to 2.55.31.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.31. Change-Id: I7770279cddfd863548fb7f3a5f994412e486d326
2024-09-03gnu: trealla: Update to 2.55.30.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.30. Change-Id: I1b395507c9011a5f7a518da72c9197b6d4727116
2024-09-03gnu: trealla: Update to 2.55.29.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.29. Change-Id: I1b395507c9011a5f7a518da72c9197b6d4727116
2024-09-03gnu: gnucash: Fix tests.Guillaume Le Vaillant
* gnu/packages/finance.scm (gnucash)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: I74a6f79b070a76bf1cebe537d689df54224381ae
2024-09-03gnu: ocrodjvu: Fix tests.Guillaume Le Vaillant
* gnu/packages/djvu.scm (ocrodjvu)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: I2d6f33ba8172e838f192c528e076008e060bf1d8
2024-09-02gnu: Transmission: Update to 4.0.6.Leo Famulari
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.6. [source]: Use the new patch. [arguments]: Adjust the custom build phase 'remove-kernel-version' for 4.0.6. * gnu/packages/patches/transmission-4.0.5-fix-build.patch: Delete file. * gnu/packages/patches/transmission-4.0.6-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Change-Id: Id546b8537f48afd50bb00183abf7821ad7601fe9
2024-09-02gnu: linux-libre 6.1: Update to 6.1.107.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.107. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I1d17427357b66040eb0644fd3c6c0996d0adce65
2024-09-02gnu: linux-libre 6.6: Update to 6.6.48.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.48. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I09dd7539a144a0beb1fa6d85449faff6b882e02a
2024-09-02gnu: linux-libre: Update to 6.10.7.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.7. (linux-libre-6.10-pristine-source): Update hash. Change-Id: Ia0b002c0b8e09f376691b33cd07691394b4aa870
2024-09-02gnu: trealla: Update to 2.55.28.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.28. Change-Id: Ia67e13cbb233b72337f9b86a034c8bc7da3f012b
2024-09-02gnu: trealla: Update to 2.55.27.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.27. Change-Id: Ia024c6a77b617580991771467aa24666691b9f15
2024-09-02gnu: python-deepxde: Update to 1.12.1.Vinicius Monego
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.1. Change-Id: I7996c7686e1b6f97a4b54efc6153fe5adebd0b4b
2024-09-02gnu: gmic: Update to 3.4.1.Vinicius Monego
* gnu/packages/image-processing.scm (gmic): Update to 3.4.1. Change-Id: I8c758f27fa21b497b8c1493c309bdf4cf709c0cc
2024-09-02gnu: python-metpy: Update to 1.6.3.Vinicius Monego
* gnu/packages/geo.scm (python-metpy): Update to 1.6.3. [source]: Adjust URI. Change-Id: I36f26862188355ee2e7b2dbbb5222958e2562178
2024-09-02gnu: python-libensemble: Update to 1.4.2.Vinicius Monego
* gnu/packages/maths.scm (python-libensemble): Update to 1.4.2. [propagated-inputs]: Add python-mpmath. [arguments]: Delete a file that contains a failing test. Change-Id: I76deae624b7f2bede63ad1b2bcf445c5aae53953
2024-09-02gnu: python-pandapower: Update to 2.14.11.Vinicius Monego
* gnu/packages/engineering.scm (python-pandapower): Update to 2.14.11. Change-Id: Iead1e5887681441c01aed698062e6f069bad6456
2024-09-02gnu: xonsh: Update to 0.18.3.Vinicius Monego
* gnu/packages/shells.scm (xonsh): Update to 0.18.3. [arguments]: Skip more failing tests. Change-Id: I6906cad3b04e81b2424e3f014a9165bb530391eb
2024-09-02gnu: ffmpeg-normalize: Update to 1.28.3.Vinicius Monego
* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.3. Change-Id: If0ba63ee0477900f7c135872706ebf7c77160e1e
2024-09-02gnu: python-scikit-fuzzy: Enable tests.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Remove #:tests? #f and add #:test-flags. [native-inputs]: Remove python-nose. Add python-pytest. Change-Id: I317d6ad2fdede1a3a4737c45118932e2ddc5ce46
2024-09-02gnu: python-scikit-fuzzy: Update to 0.5.0.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fuzzy): Update to 0.5.0. [source]: Adjust URI. [build-system]: Move to pyproject-build-system. Change-Id: I5dbe3788c34767d4af0c1b526a3ce79f0f6d532f
2024-09-02gnu: python-lcapy: Update to 1.24.Vinicius Monego
* gnu/packages/engineering.scm (python-lcapy): Update to 1.24. Change-Id: Iae167b94f0c50a9322ae7122ee574bf4b3ef5961
2024-09-02gnu: python-scikit-rf: Update to 1.3.0.Vinicius Monego
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.3.0. Change-Id: Ibf8f77715c6d926dab61f5e385ca7db82786ee70
2024-09-02gnu: gitg: Fix build.Liliana Marie Prikler
* gnu/packages/gnome.scm (gitg)[arguments]<#:meson>: Use meson-1.5. <#:build-type>: Set to “release”.
2024-09-02gnu: Add meson-1.5.Liliana Marie Prikler
* gnu/packages/build-tools.scm (meson-1.5): New variable.
2024-09-02gnu: wine64: Fix build.Liliana Marie Prikler
With the core-updates merge, the handling of modify-phases makes the current ordering a hard error. Make it so that phases are read from top to bottom. * gnu/packages/wine.scm (wine64)[#:phases]: Move ‘copy-wine32-binaries’ and ‘copy-wine32-libraries’ before conditional ‘wrap-executable’. <copy-wine32-manpage>: Use “.zst” instead of “.gz” as file ending.
2024-09-02gnu: gpsbabel: Fix tests.Guillaume Le Vaillant
Qt prints a "Detected locale C with character encoding ANSI_X3.4-1968, which is not UTF-8" warning message when UTF-8 locales are missing, which makes some tests fail. * gnu/packages/gps.scm (gpsbabel)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: I3a28912ed07fb7623d6b010d40d7882ebddd52c9
2024-09-02gnu: texlive: Update to 20240312.Andreas Enge
* gnu/packages/texlive.scm (%texlive-date): Set to 20240312. (texlive-extra-src, texlive-texmf-src): Update hashes. (texlivebin): Update hash. Add input. Change-Id: I0f68e8dfd4614b5e5de0518eefae59d82947f94b
2024-09-02gnu: lablgtk: Fix build.Guillaume Le Vaillant
* gnu/packages/ocaml.scm (lablgtk)[native-inputs]: Add gnu-make-4.2. Change-Id: I946237afd3d28fe66ba1f0a26b67fbdf31352afa
2024-09-02gnu: guile-qr-code: Update to 0.2.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-qr-code): Update to 0.2.0. Change-Id: Ia727ef2501191aa86b9008e03e927293dd3b7125 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-09-02gnu: font-chiron-sung-hk: Update to 1.014.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.014. Change-Id: I13642e6aed326890925a9e0a50beaf50f7dcd4cf Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-09-02gnu: font-lxgw-wenkai-tc: Update to 1.330.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.330. Change-Id: I0836dde94434550391b3e5b8aaf03e28e2164f60 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-09-02gnu: font-lxgw-wenkai: Update to 1.330.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.330. Change-Id: Ib91d326d7a38c8acaa44d9d77c88c8eb3045089a Signed-off-by: 宋文武 <iyzsong@member.fsf.org>