Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.10.0.
|
|
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
|
|
* gnu/packages/gps.scm (gama): Update to 2.26.
|
|
* gnu/packages/games.scm (steam-devices-udev-rules): Update to
1.0.0.61-1.1344348.
|
|
* gnu/packages/game-development.scm (openvr): Update to 1.26.7.
|
|
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
|
|
* gnu/packages/crates-io.scm (rust-path-slash-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/terminals.scm (alacritty)[native-inputs]: Remove input
labels.
[inputs]: Same.
|
|
* gnu/packages/terminals.scm (alacritty)[arguments]: Also patch paths to
X libraries in 'add-absolute-library-references phase.
[inputs]: Add libxext, libxft, libxinerama, libxmu, libxpresent,
libxscrnsaver, libxt, libxtst.
|
|
* gnu/packages/terminals.scm (alacritty): Update to 0.12.3.
[arguments]: Remove cargo-test-flags.
|
|
* gnu/packages/finance.scm (trezord)[native-inputs]: Remove labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/finance.scm (trezord): Update to 2.0.33.
[arguments]: Specify go-1.20 as the compiler.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
Clarify the versioning of the package in a comment, so that later updates will
not pick the wrong version number.
* gnu/packages/finance.scm (trezor-agent)[version]: Copy version from
python-trezor-agent which effectively updates it from 0.14.4 to 0.14.7.
[source]: Copy the origin also from python-trezor-agent to effectively sync
the source and the version of the two packages; something that upstream will
also do in future releases. Update snippet.
[native-inputs]: Add missing python-bech32 and python-simple-rlp so that the
test suite runs clean and the build finishes.
[arguments]: Reenable 'sanity-check' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/finance.scm (python-trezor-agent): Update to 0.14.7.
[native-inputs]: Add python-bech32 and python-cryptography.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/finance.scm (python-trezor): Update to 0.13.7.
[propagated-inputs]: Drop python-click-7 kludge, add
python-construct-classes instead of python-construct.
[native-inputs]: Add python-pillow, python-simple-rlp and python-wheel.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/python-xyz.scm (python-construct-classes): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/radio.scm (gr-osmosdr): Update to 0.2.4.
|
|
This reverts commit e45f9b4b1251df1a51a30e1d4a53fc2075abfcfe, which doesn't
fix the test issue.
|
|
* gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch: Update
patch.
* gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: Delete file
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (spectre-meltdown-checker): Update to 0.46.
[#:phases]<fixpath>: Correct name for bunzip2.
Substitute lzop and mktemp as well.
|
|
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.010.
|
|
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.310.
|
|
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.1.
|
|
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.508.
|
|
* etc/news.scm: Add German translation of offloading entry.
|
|
* etc/news.scm: Fix typo in the English text on offloading.
|
|
* gnu/packages/video.scm (shotcut): Update to 23.09.29.
|
|
* gnu/packages/video.scm (mlt): Update to 7.20.0.
|
|
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.29.1.
[native-inputs]: Add python-pytest-mock.
|
|
* gnu/packages/radio.scm (satdump)[inputs]: Add bladerf.
|
|
* gnu/packages/radio.scm (urh)[inputs]: Add airspy and bladerf.
|
|
* gnu/packages/radio.scm (sdr++)[inputs]: Add bladerf.
[arguments]: Update 'configure-flags'.
|
|
* gnu/packages/radio.scm (sdrangel)[inputs]: Add bladerf.
|
|
* gnu/packages/radio.scm (dump1090)[inputs]: Add bladerf.
[arguments]: Update 'make-flags'.
|
|
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add bladerf and gr-iqbal.
[arguments]: Add 'fix-gnuradio-iqbalance-detection' phase. Use gexp.
|
|
* gnu/packages/radio.scm (soapybladerf): New variable.
|
|
* gnu/packages/radio.scm (bladerf): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-6.5-version, linux-libre-6.5-gnu-revision,
deblob-scripts-6.5, linux-libre-6.5-pristine-source, linux-libre-6.5-source,
linux-libre-headers-6.5, linux-libre-6.5): New variables.
* gnu/packages/aux-files/linux-libre/6.5-arm.conf,
gnu/packages/aux-files/linux-libre/6.5-arm64.conf,
gnu/packages/aux-files/linux-libre/6.5-i686.conf,
gnu/packages/aux-files/linux-libre/6.5-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
|
|
* gnu/packages/astronomy.scm (python-casa-formats-io): New variable.
Co-Authored-By: Iliya Tikhonenko <tikhonenko@mpe.mpg.de>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/pdf.scm (mupdf): Update to 1.23.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/music.scm (milkytracker): Update to 1.04.00.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/mcron.scm (mcron-shepherd-services): Do not #:select
‘%user-log-dir’ from (shepherd support) since it’s missing in the
Shepherd 0.8, which is still used on GNU/Hurd.
|
|
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Add patch emacs-buttercup-fix-native-comp-pretty-test.
* gnu/packages/patches/emacs-buttercup-fix-native-comp-pretty-test.patch: Add
file.
* gnu/local.mk: Add emacs-buttercup-fix-native-comp-pretty-test.patch.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/ci.scm (cuirass): Update to 797b26a.
* gnu/services/cuirass.scm (cuirass-activation): Create /var/run/cuirass.
|
|
* gnu/packages/crates-io.scm (rust-rspotify): Update to 0.11.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-rspotify-http-0.11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-maybe-async-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-rspotify-macros-0.11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-rspotify-model-0.11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-enum-dispatch-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-enum-derive-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|