* gnu/packages/python-science.scm (python-pandas-stubs): Update to
1.5.3.230321.
[arguments]<#:test-flags>: Ignore tests that require a version of
python-pyarrow with ORC integration.
[native-inputs]: Add python-odfpy.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886,
CVE-2024-0409, and CVE-2024-0408. See the X.Org security advisory
<https://lists.x.org/archives/xorg/2024-January/061525.html> for more
information.
* gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.4.
Change-Id: Ie6343d34652ba0caf00940775b5b227dd9bc05bc
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886,
CVE-2024-0409, and CVE-2024-0408. See the X.Org security advisory
<https://lists.x.org/archives/xorg/2024-January/061525.html> for more
information.
Copyright line updated as followup to commits
3080abba40c819933d1857abe4abaaa3cf65baab and
158502e40d800407f1bd697dd5dd0437086730bf.
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.11.
Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Fixes CVE-2024-0553 and CVE-2024-0567.
gnu/packages/tls.scm (gnutls-3.8.2): Rename to ...
(gnutls/fixed): ... this. Update to 3.8.3.
(gnutls): Rename replacement to gnutls/fixed.
Change-Id: Ic44b3b0481ffd51cdc42a2d71a598f001b43c6f7
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
gmic was integrated into Krita 5+.
* gnu/packages/image-processing.scm (gmic, gmic-qt): Update to 3.3.3.
(gmic-qt-krita): Delete variable.
Change-Id: I44e33b570bcf3e1df3eba5eb9ede1f333f8a177a
* gnu/packages/ipfs.scm (kubo): Update to 0.16.0.
[arguments]: Use go-1.18.
[home-page]: Set to "https://ipfs.tech".
Change-Id: I06239354b0c9c23294d5aeac6d01f67636d5d3a5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu/packages/statistics.scm [arguments]: Add new disable-etests syntax in
'skip-failing-tests phase, and use it to disable the
'command-without-trailing-newline-test' test.
Change-Id: I99f52685691d86dc633fe6061f9ef3332159eb4e
As seen in https://ci.guix.gnu.org/build/3329277/details
* gnu/packages/high-availability.scm (nsq)[arguments]<#:phases>{check}:
Skip '-race' option during tests on i686-linux.
Change-Id: I952d7187443835d5fbcb74f0ae09b923bd6bdb29
Before this change, using Emacs in a pure environment, e.g. 'guix shell --pure
emacs', would cause problems such as:
jka-compr-insert-file-contents: Uncompression program ‘sh’ not found
And other problems were found requiring the other tools.
* gnu/packages/emacs.scm (emacs-minimal) [arguments]: Extend the
patch-program-file-names phase.
[inputs]: Add findutils, gawk and sed.
Series-changes: 2
- Patch references in place instead of wrapping via PATH
Change-Id: Ifb4fe2fc12ddc9eae387adb3da3f7821fab78e65
* gnu/packages/qt.scm (qt-creator): Update to 12.0.1.
[source]: Adjust snippet for the upstream removal of bundled libraries under
the unittest directory.
[arguments]: Also wrap kcachegrind tool in wrap-bin phase.
[inputs]: Add kcachegrind.
Change-Id: I63616d532be2f1a603fcee0841f493d83a138302
This is needed when packages lookup the mpv library via pkg-config, such as
done by plasmatube.
Prior to this change, the following would fail (this is what CMake's
'pkg_check_modules' does):
$ guix shell --pure pkg-config mpv \
-- pkg-config --print-errors --short-errors --exists mpv
Package 'wayland-client', required by 'mpv', not found
* gnu/packages/video.scm (mpv)
[inputs]: Move alsa-lib, ffmpeg, jack-1, libass, libbluray, libcaca,
libcdio-paranoia, libdvdnav, libjpeg-turbo, libplacebo, libva, libvdpau,
libx11, libxext, libxinerama, libxpresent, libxrandr, libxscrnsaver, lua-5.2,
mesa, pulseaudio, shaderc, wayland, wayland-protocols, zimg and zlib to...
[propagated-inputs]: ... here.
Change-Id: Ia0cd4e33a8b4df4b060546c979d00be0b2b3977e