Commit Graph

100328 Commits

Author SHA1 Message Date
Jonas Heinrich
3bd26be897
Merge pull request #233221 from RicArch97/swayfx
swayfx: 0.2 -> 0.3
2023-05-22 07:10:24 +02:00
R. Ryantm
b36979ec74 iqtree: 2.2.0.4 -> 2.2.2.4 2023-05-22 04:48:16 +00:00
Fabián Heredia Montiel
48aecaac35 jetbrains: 2023.1.1 → 2023.1.2 2023-05-21 22:22:02 -06:00
R. Ryantm
46607b0637 ecs-agent: 1.71.0 -> 1.71.1 2023-05-22 03:55:38 +00:00
Nick Cao
b31c968ff2
Merge pull request #232244 from wineee/wps-clear
wpsoffice: don't need wrapGAppsHook nor wrapQtAppsHook & use autoPatchelfIgnoreMissingDeps
2023-05-21 20:54:04 -06:00
R. Ryantm
8f52b7e13e srvc: 0.17.1 -> 0.18.0 2023-05-22 02:37:53 +00:00
Sebastián Mancilla
70b3662a67 shogun: disable broken test
Shogun has been broken for a while [0].

Looks like the latest update to openblas, by f07a0615ea (openblas:
0.3.20 -> 0.3.21, 2022-08-10), broke the `libshogun-mathematics_lapack`
example. It calculates the eigenvectors for a matrix, but the assertions
now fail:

    compute_eigenvectors
    A=[
    [       -0.500000000000000111,  0.707106781186547351,   0.5],
    [       0.707106781186547351,   1.04083408558608426e-16,        0.707106781186547129],
    [       -0.499999999999999722,  -0.707106781186547462,  0.5]
    ]
    eigenvalues=[-1.41421356237309492,1.04083408558608426e-17,1.41421356237309492]
    terminate called after throwing an instance of 'shogun::ShogunException'

The darwin build output shows a bit more detail:

    assertion is_equal(A(0,0), 0.5, eps) failed in void test_ev()
    file /tmp/nix-build-shogun-6.1.4.drv-0/source/examples/undocumented/libshogun/mathematics_lapack.cpp
    line 49

Disable the test to fix the build, although the results seem "correct".
It appears that openblas now calculates values with slightly less
precision, thus the assertion fails due to the expected epsilon.

[0]: https://hydra.nixos.org/build/194671473
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
61fc2d2c89 shogun: disable tests that take too long
The checkPhase may take from 30 minutes up to 2 hours and 30 minutes on
Hydra due to these tests:

    [...]
    311/375 Test #311: libshogun-evaluation_cross_validation_classification ............   Passed  247.33 sec
    312/375 Test #313: libshogun-evaluation_cross_validation_mkl_weight_storage ........   Passed  428.31 sec
    315/375 Test #312: libshogun-evaluation_cross_validation_locked_comparison .........   Passed  880.44 sec
    341/375 Test #316: libshogun-evaluation_cross_validation_regression ................   Passed  380.48 sec
    342/375 Test #343: libshogun-modelselection_grid_search_kernel .....................   Passed 4866.85 sec
    343/375 Test #344: libshogun-modelselection_grid_search_linear .....................   Passed  574.78 sec
    345/375 Test #342: libshogun-modelselection_combined_kernel_sub_parameters .........   Passed 5929.90 sec
    375/375 Test #346: libshogun-modelselection_grid_search_multiclass_svm .............   Passed 1826.27 sec
    [...]
    Total Test time (real) = 9046.65 sec
    checkPhase completed in 2 hours 30 minutes 47 seconds
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
5873454b52 shogun: fix compiler warnings
Fix warnings related to virtual destruction. Kinda important to fix.
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
c812170c74 shogun: refactor derivation 2023-05-21 22:34:00 -04:00
Mario Rodas
a12111248b
Merge pull request #229414 from hzeller/20230501-add-otf2bdf
otf2bdf: init at 3.1
2023-05-21 20:15:21 -05:00
Mario Rodas
46d38d19f2
Merge pull request #232993 from r-ryantm/auto-update/kubectl-gadget
kubectl-gadget: 0.16.0 -> 0.16.1
2023-05-21 18:29:27 -05:00
Mario Rodas
20912d372d
Merge pull request #233021 from Scrumplex/livecaptions-update-model
livecaptions: switch to newer english model
2023-05-21 18:27:23 -05:00
Weijia Wang
7d2ef68891 squeezelite: reduce LDADD 2023-05-22 02:17:00 +03:00
Robert Scott
d541ef50fd
Merge pull request #233281 from r-ryantm/auto-update/jpegoptim
jpegoptim: 1.5.3 -> 1.5.4
2023-05-22 00:07:46 +01:00
Flakebi
1a13b4c0f9
powerdns-admin: 0.3.0 -> 0.4.1
- Fix with flask-migrate 4+
- Update to 0.4.1
- Improve the test to check that using the database works
2023-05-22 00:39:58 +02:00
Azat Bahawi
1619fe4067
werf: 1.2.233 -> 1.2.235 2023-05-22 01:36:55 +03:00
Michael Hoang
13b07c6139
vscode, vscodium: use Nixpkgs ripgrep by default 2023-05-22 00:29:22 +02:00
Sandro
d57b34163a
Merge pull request #232894 from SuperSandro2000/mumble-openssl3
mumble: fix crash caused by openssl3 thread unsafe evp implementation
2023-05-21 23:48:25 +02:00
Mario Rodas
76f1d557cd
Merge pull request #231976 from r-ryantm/auto-update/zeek
zeek: 5.2.0 -> 5.2.1
2023-05-21 15:52:32 -05:00
Mauricio Collares
c13e4258f6 sageWithDoc: run src/doc/bootstrap script before docbuild 2023-05-21 22:37:53 +02:00
midchildan
21cd3ea8b8
epgstation: use node 18
Relates to #229910
2023-05-22 05:24:17 +09:00
Oleksii Filonenko
d967405bac
Merge pull request #217167 from PlayerNameHere/mullvad-vpn-substitute-programs
mullvad-vpn: add binaries to PATH for GUI launcher script
2023-05-21 23:08:18 +03:00
Martin Weinelt
341258203e
Merge pull request #231276 from jopejoe1/firefox
firefox-{beta,devedition}{-bin}-unwrapped: 113.0b9 -> 114.0b6
2023-05-21 22:06:41 +02:00
Ryan Lahfa
270dcda1e8
Merge pull request #231062 from bobvanderlinden/espanso-update-2.1.8
espanso: 0.7.3 -> 2.1.8
2023-05-21 21:44:41 +02:00
figsoda
5ff5d1b571
Merge pull request #233251 from SuperSandro2000/dnscontrol
dnscontrol: 4.0.0 -> 4.0.1
2023-05-21 15:08:38 -04:00
figsoda
400423a79f
Merge pull request #233271 from r-ryantm/auto-update/civo
civo: 1.0.53 -> 1.0.54
2023-05-21 15:07:13 -04:00
Ryan Lahfa
9cc514b582
Merge pull request #233075 from Stekke/retroshare-filesystem
retroshare: fix build failure
2023-05-21 21:03:40 +02:00
R. Ryantm
300f31f8a5 jpegoptim: 1.5.3 -> 1.5.4 2023-05-21 18:50:54 +00:00
Aaron Andersen
9889d76032
Merge pull request #232607 from plumelo/feat/redmine-5
redmine: 4.2.10 -> 5.0.5
2023-05-21 14:33:01 -04:00
figsoda
6e80534886
Merge pull request #233189 from bobby285271/upd/contrast
contrast: 0.0.7 → 0.0.8
2023-05-21 14:32:43 -04:00
Aaron Andersen
ee43065bc4
Merge pull request #232306 from gador/kodi-add-visualizations
kodiPackages: add visualizations
2023-05-21 14:28:55 -04:00
figsoda
85e6e8cb42
Merge pull request #233190 from bobby285271/upd/deja-dup
deja-dup: 44.0 → 44.1
2023-05-21 14:26:29 -04:00
R. Ryantm
88114e926b civo: 1.0.53 -> 1.0.54 2023-05-21 18:10:26 +00:00
Nikola Knezevic
f28bc28062
espanso: support for darwin 2023-05-21 19:10:35 +02:00
Bob van der Linden
150be95855
espanso: add version test 2023-05-21 19:10:34 +02:00
Bob van der Linden
5762a20a25
espanso: 0.7.3 -> 2.1.8 2023-05-21 19:10:34 +02:00
Weijia Wang
1dbe7ef7b5
Merge pull request #233136 from mokrinsky/wezterm-darwin-fix
wezterm: fix darwin build
2023-05-21 19:04:12 +03:00
Thomas Watson
961af3e15f cloudcompare: disable qRANSAC_SD plugin to fix build
qRANSAC_SD plugin compilation is broken on non-x86 architectures.
Additionally, its license is not compatible with GPL (it is "for
research purposes only") so it is disabled for all architectures
instead of just non-x86.
2023-05-21 10:59:23 -05:00
Artturi
920fbd7fea
Merge pull request #231702 from chuangzhu/webtorrent-mpv-hook 2023-05-21 18:48:21 +03:00
Sandro Jäckel
d56e6140df
dnscontrol: 4.0.0 -> 4.0.1
Diff: https://github.com/StackExchange/dnscontrol/compare/v4.0.0...v4.0.1

Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v4.0.1
2023-05-21 17:22:45 +02:00
Yureka
cb1bce2e1c
gitlab: patch for openssl 3.x support (#233235) 2023-05-21 17:18:27 +02:00
Sandro
59cb287790
Merge pull request #231260 from Luflosi/update/kubo
kubo: 0.19.2 -> 0.20.0
2023-05-21 17:15:22 +02:00
figsoda
9695889e90 n8n: regenerate with nodejs 18 2023-05-21 11:08:45 -04:00
pennae
727086540f
Merge pull request #233238 from emilylange/username-change
maintainers: rename indeednotjames to emilylange
2023-05-21 17:07:05 +02:00
Benedikt Broich
8b9b0f56b3
webfontkitgenerator: init at 1.0.3 2023-05-21 17:02:40 +02:00
figsoda
ce1811a2f3 matrix-recorder: remove 2023-05-21 10:50:10 -04:00
Nikolay Mokrinsky
6a18e4b8a4
wezterm: fix darwin build 2023-05-21 18:31:05 +04:00
Mauricio Collares
0edaaae3ff sage: 9.8 -> 10.0 2023-05-21 16:28:24 +02:00
Mauricio Collares
19bf4ba0e0 giac, giac-with-xcas: 1.9.0-29 -> 1.9.0-43 2023-05-21 16:25:47 +02:00
emilylange
b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
Adam Stephens
524f06e386
squeezelite: add darwin support 2023-05-21 09:40:11 -04:00
Daniel Nagy
bf17936bdf emacsPackages.color-theme-solarized: use packageRequires 2023-05-21 10:33:05 -03:00
jopejoe1
679ada6bf7 firefox-devedition-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 15:00:06 +02:00
jopejoe1
5ae0f3a21b firefox-beta-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:59:24 +02:00
jopejoe1
f21669dcce firefox-devedition-bin-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:57:57 +02:00
jopejoe1
a3bf93e2ab firefox-beta-bin-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:57:26 +02:00
Mario Rodas
41eb3a1e3f
Merge pull request #233180 from r-ryantm/auto-update/ton
ton: 2023.04 -> 2023.05
2023-05-21 07:47:43 -05:00
R. Ryantm
f203371104 system76-keyboard-configurator: 1.3.1 -> 1.3.2 2023-05-21 20:07:37 +08:00
Ricardo Steijn
d26858914e swayfx: 0.2 -> 0.3 2023-05-21 14:06:48 +02:00
Bobby Rong
53ecdd383b
Merge pull request #231079 from totoroot/update/qownnotes-23.5.3
qownnotes: 23.5.0 -> 23.5.3
2023-05-21 19:38:26 +08:00
Bobby Rong
85340996ba
Merge pull request #230265 from foo-dogsquared/update-extension-manager
gnome-extension-manager: 0.4.0 -> 0.4.1
2023-05-21 19:28:39 +08:00
Bobby Rong
815f8e5557
Merge pull request #231915 from wiryfuture/armcord-3.2.0
armcord: 3.1.7 -> 3.2.0
2023-05-21 19:13:14 +08:00
R. Ryantm
49dcbd5fe2 linkerd_edge: 23.4.3 -> 23.5.1 2023-05-21 19:09:07 +08:00
R. Ryantm
e449e38b86 cilium-cli: 0.14.2 -> 0.14.3 2023-05-21 19:05:58 +08:00
Bobby Rong
f76e1d0636
Merge pull request #232263 from matthewpi/update/vscode-caddyfile-support
vscode-extensions.matthewpi.caddyfile-support: 0.2.4 -> 0.3.0
2023-05-21 19:02:06 +08:00
Bobby Rong
58bd7810d7
Merge pull request #232997 from wackbyte/update-astro-vscode
vscode-extensions.astro-build.astro-vscode: 0.29.7 -> 1.0.6
2023-05-21 18:59:22 +08:00
Bobby Rong
c621a93aab
Merge pull request #232998 from wackbyte/update-svelte-vscode
vscode-extensions.svelte.svelte-vscode: 107.2.5 -> 107.4.3
2023-05-21 18:57:47 +08:00
Weijia Wang
4bd5602ea7
Merge pull request #233039 from Enzime/add/kitti3
kitti3: init at unstable-2021-09-11
2023-05-21 13:16:15 +03:00
Ilan Joselevich
c6dd5fbc04
Merge pull request #233188 from r-ryantm/auto-update/chatterino2
chatterino2: 2.4.3 -> 2.4.4
2023-05-21 13:03:56 +03:00
Nick Cao
86c04a753a
Merge pull request #233182 from r-ryantm/auto-update/terragrunt
terragrunt: 0.45.11 -> 0.45.13
2023-05-21 03:42:45 -06:00
Nick Cao
7294100927
Merge pull request #232409 from SamLukeYes/qq
qq: 3.1.1-11223 -> 3.1.2-12912
2023-05-21 03:39:46 -06:00
Ilan Joselevich
25df0fdead
Merge pull request #233077 from Kranzes/mullvad-browser
mullvad-browser: fix file picker crashing
2023-05-21 12:29:03 +03:00
R. Ryantm
6f1b155206 nbxplorer: 2.3.62 -> 2.3.63 2023-05-21 09:26:12 +00:00
Bobby Rong
cb10afd2c5
deja-dup: 44.0 → 44.1
https://gitlab.gnome.org/World/deja-dup/-/compare/44.0...44.1
2023-05-21 17:22:05 +08:00
Bobby Rong
f7f3ce9b61
contrast: 0.0.7 → 0.0.8
https://gitlab.gnome.org/World/design/contrast/-/compare/0.0.7...0.0.8
2023-05-21 17:11:53 +08:00
R. Ryantm
6ed8bb42d1 chatterino2: 2.4.3 -> 2.4.4 2023-05-21 09:02:28 +00:00
R. Ryantm
9e291a2755 terragrunt: 0.45.11 -> 0.45.13 2023-05-21 08:32:01 +00:00
R. Ryantm
c92ecfdbd8 ton: 2023.04 -> 2023.05 2023-05-21 08:19:16 +00:00
Nick Cao
3ba37ed095
Merge pull request #233142 from r-ryantm/auto-update/pluto
pluto: 5.16.1 -> 5.16.3
2023-05-21 01:12:07 -06:00
Nick Cao
4091b3c1da
Merge pull request #233143 from r-ryantm/auto-update/nwg-dock
nwg-dock: 0.3.3 -> 0.3.4
2023-05-21 01:11:16 -06:00
Nikolay Korotkiy
2dee1073d9
Merge pull request #233132 from r-ryantm/auto-update/cudatext-gtk
cudatext-gtk: 1.194.0 -> 1.194.4
2023-05-21 09:31:40 +04:00
R. Ryantm
b0e04c01e7 teams-for-linux: 1.0.92 -> 1.0.93 2023-05-21 03:54:27 +00:00
R. Ryantm
0bda285f06 nwg-dock: 0.3.3 -> 0.3.4 2023-05-21 03:15:52 +00:00
R. Ryantm
5f3b60efbf pluto: 5.16.1 -> 5.16.3 2023-05-21 03:14:39 +00:00
figsoda
1febf36eea
Merge pull request #233125 from r-ryantm/auto-update/process-compose
process-compose: 0.43.1 -> 0.45.0
2023-05-20 22:58:50 -04:00
Nick Cao
8e29121306
Merge pull request #233123 from r-ryantm/auto-update/fluxcd
fluxcd: 2.0.0-rc.2 -> 2.0.0-rc.3
2023-05-20 20:51:29 -06:00
figsoda
f36c9e892c
Merge pull request #233129 from r-ryantm/auto-update/glooctl
glooctl: 1.14.2 -> 1.14.4
2023-05-20 22:27:12 -04:00
R. Ryantm
7e54c1a6ac cudatext-gtk: 1.194.0 -> 1.194.4 2023-05-21 02:02:35 +00:00
R. Ryantm
6eee961e5e glooctl: 1.14.2 -> 1.14.4 2023-05-21 01:39:16 +00:00
Michael Hoang
249261f0dd kitti3: init at unstable-2021-09-11 2023-05-21 11:33:12 +10:00
R. Ryantm
f2a43c2555 process-compose: 0.43.1 -> 0.45.0 2023-05-21 01:23:18 +00:00
Michael Weiss
8365562690
Merge pull request #232910 from primeos/chromiumDev
chromiumDev: 115.0.5762.4 -> 115.0.5773.4
2023-05-21 03:22:28 +02:00
Michael Weiss
9b04d439fd
Merge pull request #232909 from primeos/chromiumBeta
chromiumBeta: 114.0.5735.26 -> 114.0.5735.35
2023-05-21 03:22:17 +02:00
Michael Weiss
1b440eefae
Merge pull request #232908 from primeos/chromium
chromium: 113.0.5672.92 -> 113.0.5672.126
2023-05-21 03:22:04 +02:00
figsoda
9df68c6551
Merge pull request #233117 from r-ryantm/auto-update/vhs
vhs: 0.4.0 -> 0.5.0
2023-05-20 21:06:51 -04:00
R. Ryantm
51c2a67289 fluxcd: 2.0.0-rc.2 -> 2.0.0-rc.3 2023-05-21 01:04:08 +00:00
figsoda
58073d1b85
Merge pull request #212044 from tomodachi94/vimPlugins.denops-vim
vimPlugins.denops-vim: init at 2023-01-20
2023-05-20 20:42:51 -04:00
apfelkuchen06
9ae541a3c2 mpv: fix umpv.desktop
mpv ships with a wrapper-script umpv that adds files to the queue of a currently
running mpv instance. This script does not take any options.

The desktop file for it simply substituted mpv with umpv in mpv.desktop,
resuting in an incorrect desktop file with `Exec=umpv --player-operation-mode=pseudo-gui -- %U`.
This resulted in umpv adding bogus files to the queue.
2023-05-20 21:10:40 -03:00
R. Ryantm
13f01e8f5d vhs: 0.4.0 -> 0.5.0 2023-05-21 00:09:19 +00:00
R. Ryantm
4bf9a6a42e xst: 0.8.4.1 -> 0.9.0 2023-05-20 23:54:41 +00:00
figsoda
dd816a74ce
Merge pull request #233090 from esclear/update-pgmodeler
pgmodeler: 1.0.3 -> 1.0.4
2023-05-20 19:52:30 -04:00
R. Ryantm
a08884b3c5 signalbackup-tools: 20230510 -> 20230518 2023-05-20 23:50:06 +00:00
zowoq
473ef198a9 terraform-providers: use nurl in update-provider script 2023-05-21 09:28:55 +10:00
figsoda
42fa9a39bf
Merge pull request #233041 from r-ryantm/auto-update/argocd
argocd: 2.7.1 -> 2.7.2
2023-05-20 18:41:49 -04:00
7c6f434c
4b52f80181
Merge pull request #233080 from jarkad/master
gajim: 1.6.1 -> 1.7.3
2023-05-20 22:34:03 +00:00
figsoda
a0d5bf2564
Merge pull request #232899 from figsoda/vim 2023-05-20 18:31:40 -04:00
Yongun Seong
65c5269589 gnucash: fix finance-quote-wrapper exec 2023-05-20 18:13:50 -03:00
Stijn DW
0781ee46f9 retroshare: fix build failure 2023-05-20 22:37:54 +02:00
Daniel Albert
b906d8a3a7
pgmodeler: 1.0.3 -> 1.0.4 2023-05-20 22:35:50 +02:00
Tomo
9287bf8676 vimPlugins.denops-vim: init at 2023-01-20 2023-05-20 13:06:36 -07:00
R. Ryantm
8bf3e834da icewm: 3.3.4 -> 3.3.5 2023-05-20 16:54:14 -03:00
Ilan Joselevich
c1c562cf1e
mullvad-browser: fix file picker crashing 2023-05-20 22:40:03 +03:00
jarkad
2fa279fbf3 gajim: 1.6.1 -> 1.7.3 2023-05-20 22:34:46 +03:00
Leona Maroni
95c7a595ce helix: 23.03 -> 23.05
Switch to self-build of the tree-sitter grammar files and
use the git repo as source directly
2023-05-20 14:55:12 -04:00
Weijia Wang
2a750c6188
Merge pull request #233052 from infinitivewitch/komikku
komikku: 1.20.0 -> 1.21.1
2023-05-20 21:24:11 +03:00
Ryan Lahfa
df543fff31
Merge pull request #232902 from hesiod/lkl
lkl: Fix kallsyms build error on i686
2023-05-20 20:11:08 +02:00
figsoda
22dda01341
Merge pull request #233042 from r-ryantm/auto-update/werf
werf: 1.2.231 -> 1.2.233
2023-05-20 13:10:49 -04:00
Infinitive Witch
828244022d
komikku: 1.20.0 -> 1.21.1
Signed-off-by: Infinitive Witch <infinitivewitch@disroot.org>
2023-05-20 14:09:44 -03:00
Ilan Joselevich
3751e1e40b
Merge pull request #216045 from Kranzes/lutris
lutris: 0.5.12 -> 0.5.13
2023-05-20 19:37:23 +03:00
Dawid Dziurla
cf05fedad8
vorta: don't replace Exec line in desktop file 2023-05-20 18:33:15 +02:00
R. Ryantm
7a75e0b0af werf: 1.2.231 -> 1.2.233 2023-05-20 16:13:30 +00:00
R. Ryantm
fd53d1fc0c argocd: 2.7.1 -> 2.7.2 2023-05-20 16:13:06 +00:00
Sandro
d0f31c3daf
Merge pull request #232744 from r-ryantm/auto-update/docker-compose
docker-compose: 2.17.3 -> 2.18.1
2023-05-20 18:10:06 +02:00
figsoda
62447bf709
Merge pull request #233032 from jtojnar/reduce-me
treewide: Reduce jtojnar maintainership
2023-05-20 11:48:47 -04:00
Anselm Schüler
7cf6ca10a5
fractal-next: 5-alpha1 -> 5.beta1 (#232918) 2023-05-20 17:44:51 +02:00
Jan Tojnar
a2f49342d8 treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
2023-05-20 16:40:17 +02:00
Ilan Joselevich
fe9166fd67
lutris: 0.5.12 -> 0.5.13 2023-05-20 17:35:38 +03:00
natsukium
7f2dad03e6
vscode-extensions.vadimcn.vscode-lldb: use "buildNpmPackage" instead of "node2nix" 2023-05-20 23:32:40 +09:00
Weijia Wang
f4066bd467
Merge pull request #232991 from r-ryantm/auto-update/kluctl
kluctl: 2.19.3 -> 2.19.4
2023-05-20 17:02:45 +03:00
Mauricio Collares
51541df982 singular: 4.3.1p2 -> 4.3.2p1 2023-05-20 16:02:19 +02:00
Mauricio Collares
57c940b93d pari: 2.15.2 -> 2.15.3 2023-05-20 16:02:18 +02:00
Mauricio Collares
d2814c733a maxima-ecl-5_45: remove 2023-05-20 16:02:17 +02:00
Weijia Wang
93f90f29f9
Merge pull request #232944 from viraptor/wtf-darwin
wtf: fix darwin build
2023-05-20 16:44:38 +03:00
Sefa Eyeoglu
7030023e19
livecaptions: switch to newer english model
This switches the integrated model to april-english-dev-01110_en.april

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 15:37:49 +02:00
Weijia Wang
dca1f561a9
Merge pull request #230609 from Enzime/fix/spotify-override-args
spotify: allow overriding any args
2023-05-20 16:21:31 +03:00
Mario Rodas
66b98440f1
Merge pull request #232967 from r-ryantm/auto-update/ttdl
ttdl: 3.8.0 -> 3.9.0
2023-05-20 08:05:51 -05:00
Robert Scott
4babdb661c
Merge pull request #232340 from tomodachi94/update/poco/1.12.4
poco: 1.11.1 -> 1.12.4
2023-05-20 13:39:01 +01:00
José Romildo Malaquias
85fb079d0f
Merge pull request #226270 from Flakebi/albert
albert: 0.17.6 -> 0.20.13
2023-05-20 09:16:13 -03:00
Nick Cao
486995ccc1
Merge pull request #232923 from figsoda/typos
treewide: fix some typos
2023-05-20 05:16:57 -06:00
Nick Cao
6fe971351c
Merge pull request #232940 from chuangzhu/tuba
tuba: 0.2.0 -> 0.3.0
2023-05-20 05:08:51 -06:00
Nick Cao
cb72133afa
Merge pull request #232951 from tomodachi94/update/youtubemusic/1.20.0
youtube-music: 1.19.0 -> 1.20.0
2023-05-20 05:06:41 -06:00
Nick Cao
13b6f5dbbb
Merge pull request #232979 from bryanasdev000/irpf-2023-1.3
irpf: 2023-1.1 -> 2023-1.3
2023-05-20 05:02:56 -06:00
Stanisław Pitucha
f42545d2c2
Merge pull request #232957 from viraptor/remove-spacegun
spacegun: remove
2023-05-20 20:56:28 +10:00
Michael Hoang
91b699c4dc spotify: allow overriding any args
Fixes #227449
2023-05-20 13:55:27 +03:00
R. Ryantm
ff86293e48 kubectl-gadget: 0.16.0 -> 0.16.1 2023-05-20 10:44:07 +00:00
R. Ryantm
c3c422d815 kluctl: 2.19.3 -> 2.19.4 2023-05-20 10:34:06 +00:00
Bryan A. S
12907e2085 irpf: 2023-1.1 -> 2023-1.3 2023-05-20 06:05:19 -03:00
rewine
34ebe70480
wpsoffice: remove unnecessary build inputs 2023-05-20 16:05:14 +08:00
R. Ryantm
bf75d85bac ttdl: 3.8.0 -> 3.9.0 2023-05-20 07:47:40 +00:00