Commit graph

474123 commits

Author SHA1 Message Date
Weijia Wang b5eaa9ffd9 stellarium: update darwin patches 2023-04-15 03:10:34 +03:00
Weijia Wang 83ed2b7e9a indilib: add aarch64-darwin support 2023-04-15 03:10:34 +03:00
Martin Weinelt 1190504a96
Merge pull request #225926 from mweinelt/evcc-0.116.0
evcc: 0.115.0 -> 0.116.0
2023-04-15 02:08:57 +02:00
Weijia Wang 27135d545e python310Packages.pyqt6: build QtPrintSupport bindings on darwin 2023-04-15 03:07:31 +03:00
Robert Scott 66fbf6120d
Merge pull request #226079 from dotlambda/pikepdf-7.2.0
python310Packages.pikepdf: 7.1.2 -> 7.2.0
2023-04-15 01:05:24 +01:00
Martin Weinelt a5c77f8b93
Merge pull request #226190 from mweinelt/tts-0.13.2
tts: 0.12.0 -> 0.13.2
2023-04-15 01:50:34 +02:00
Sandro Jäckel 8ae1412f8e
cri-o: add conntrack-tools to wrapper 2023-04-15 01:15:46 +02:00
Calum MacRae 7d03f1aa9f
nixos/cri-o: add aufs, devmapper, and zfs to storageDrivers
Update the storageDrivers option to align with the supported drivers, as listed here:
https://github.com/containers/storage/blob/master/docs/containers-storage.conf.5.md#storage-table
2023-04-15 01:15:46 +02:00
Fabian Affolter a19950835b dnstwist: 20230402 -> 20230413
Diff: 20230402...20230413

Changelog: https://github.com/elceef/dnstwist/releases/tag/20230413
2023-04-15 01:07:23 +02:00
Robert Schütz fc9ebeae7c python310Packages.ocrmypdf: 14.0.4 -> 14.1.0
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.4...v14.1.0

Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.1.0/docs/release_notes.rst
2023-04-14 15:58:00 -07:00
Sandro 830d948f46
Merge pull request #212426 from surfaceflinger/master 2023-04-15 00:57:51 +02:00
Nicolas Benes 1f8eeba04f dataexplorer: 3.7.4 -> 3.7.6 2023-04-15 00:47:26 +02:00
Christoph Neidahl bfc75c7491
libsForQt5.qtsystems: init at unstable-2019-01-03 (#214179) 2023-04-15 00:42:03 +02:00
Sebastian Sellmeier ce6971f2dd
_1password-gui: improve update-script to be more flexible 2023-04-15 00:36:27 +02:00
Sebastian Sellmeier c01aef2947
_1password-gui: 8.10.0 -> 8.10.4, 8.10.1-19.BETA -> 8.10.5-10.BETA 2023-04-15 00:36:26 +02:00
Fabian Affolter bfdbd5543c python310Packages.cwl-upgrader: adjust inputs 2023-04-15 00:34:47 +02:00
Alyssa Ross 3a776e1e30 nixosTests.cage: fix OCR properly
The underlying problem with OCR in this test has been that the only
font installed was DejaVu Sans, a proportional font, which xterm would
try to render as monospace.  This produced very broken looking text,
which the OCR understandably had trouble with.  With an actual
monospace font installed, there are no more problems and we don't need
the hacks.
2023-04-14 22:32:26 +00:00
Robert Scott 639d4f1721
Merge pull request #225669 from r-ryantm/auto-update/python310Packages.nibabel
python310Packages.nibabel: 5.0.1 -> 5.1.0
2023-04-14 23:08:59 +01:00
Sandro b75e0f61cf
Merge pull request #221775 from illustris/lightgbm-gpu 2023-04-15 00:03:39 +02:00
Sebastian Sellmeier ec71bbaa0a
vorta: 0.8.10 -> 0.8.12, add optional dependency for qtwayland on linux 2023-04-14 23:57:23 +02:00
happysalada 944a4d5aa0 qdrant: 1.1.0 -> 1.1.1 2023-04-14 17:52:21 -04:00
Fabian Affolter 725de57bce python310Packages.cwl-utils: 0.23 -> 0.24
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.23...v0.24

Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.24
2023-04-14 23:51:48 +02:00
Sergei Trofimovich ae7a853801
Merge pull request #225156 from yvt/patch/fuse-7z-ng-meta-homepage
fuse-7z-ng: set `meta.homepage`
2023-04-14 22:45:55 +01:00
R. Ryantm 51ec9cb32b tageditor: 3.7.8 -> 3.7.9 2023-04-14 21:11:46 +00:00
Artturi b9f6082ee1
Merge pull request #224901 from amjoseph-nixpkgs/pr/girara/fix-cross 2023-04-15 00:04:39 +03:00
Thiago Kenji Okada e58bfe9ba8
Merge pull request #224551 from yamashitax/elasticsearch-kuromoji
elasticsearchPlugins: add analysis-kuromoji plugin
2023-04-14 21:23:46 +01:00
figsoda 3fa738854b rust-script: 0.25.0 -> 0.26.0
Diff: https://github.com/fornwall/rust-script/compare/0.25.0...0.26.0

Changelog: https://github.com/fornwall/rust-script/releases/tag/0.26.0
2023-04-14 16:15:51 -04:00
Matthieu Coudron 351cec5db3
use subcommands in plugin updaters (#223164)
* update.py: introduce subparsers for plugin updaters

This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).

Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).

* doc/updaters: update command to update editor plugins

including vim, kakoune and lua packages

Co-authored-by: figsoda
2023-04-14 22:02:17 +02:00
Martin Weinelt 3824e9627c
tts: 0.12.0 -> 0.13.2
https://github.com/coqui-ai/TTS/releases/tag/v0.13.0
https://github.com/coqui-ai/TTS/releases/tag/v0.13.1
https://github.com/coqui-ai/TTS/releases/tag/v0.13.2
2023-04-14 22:00:48 +02:00
Fabian Affolter bd969863db python310Packages.accuweather: 0.5.0 -> 0.5.1
Changelog: https://github.com/bieniu/accuweather/releases/tag/0.5.1
2023-04-14 21:56:42 +02:00
Artturi 1cb472891d
Merge pull request #223455 from lorenz/fix-udisks-crash 2023-04-14 22:40:44 +03:00
Weijia Wang 4f399bd5c4
Merge pull request #226182 from wegank/qt6-qtwebengine-refactor
qt6.qtwebengine: separate linux-only parts
2023-04-14 22:12:37 +03:00
Adam Joseph 9600a18dc2 girara: fix cross compilation 2023-04-14 22:11:57 +03:00
Fabian Affolter a70aaf57f4 sqlfluff: 2.0.3 -> 2.0.4
Changelog: https://github.com/sqlfluff/sqlfluff/blob/2.0.4/CHANGELOG.md
2023-04-14 21:09:57 +02:00
Weijia Wang ffde63de3b
Merge pull request #226033 from wegank/qt6-qtbase-path
qt6: avoid building under /tmp on darwin
2023-04-14 21:56:14 +03:00
Weijia Wang 168daae2fe
Merge pull request #226176 from malob/update-signalbackup-tools
signalbackup-tools: 20230413 -> 20230414
2023-04-14 21:54:39 +03:00
Weijia Wang 75f03610ba qt6.qtwebengine: separate linux-only parts 2023-04-14 21:34:17 +03:00
Adam Joseph 08c78eaa64 gpgme: fix cross, drop python2
This package very confusingly takes both python(2) and python3 as
arguments, and then mixes them up via an overlay in python-packages.
Since python2 is now marked INSECURE, let's just stick with python3.

Also fixes cross compilation.
2023-04-14 11:25:26 -07:00
Weijia Wang bd8c68fdec qt6: avoid building under /tmp on darwin 2023-04-14 21:11:09 +03:00
Ben Siraphob b9096bf89f
Merge pull request #226178 from siraben/fq-update 2023-04-14 13:09:54 -05:00
Weijia Wang ddd8604a3b moveBuildTree: init 2023-04-14 21:08:27 +03:00
Weijia Wang 5de5912954
Merge pull request #226018 from NickCao/qt6-rework
qt6: rework packaging of qt modules (part 2)
2023-04-14 21:05:55 +03:00
Ben Siraphob 4c5fa94f8a
fq: 0.4.0 -> 0.5.0 2023-04-14 13:01:14 -05:00
Doron Behar ed0f456752
Merge pull request #226175 from doronbehar/pkg/gqrx
gqrx: 2.15.9 -> 2.15.10
2023-04-14 10:50:46 -07:00
Thiago Kenji Okada 3742f7b1a3
Merge pull request #226096 from PedroHLC/zen-kernels-6.2.11
zen-kernels: {6.2.9-zen1,6.2.10-lqx1} -> {6.2.11-zen1,6.2.11-lqx3}
2023-04-14 18:43:20 +01:00
Malo Bourgon 78cdc66d62 signalbackup-tools: 20230413 -> 20230414
Diff: 20230413...20230414
2023-04-14 10:18:02 -07:00
Sandro 882a83a355
Merge pull request #224487 from dani0854/init/doas-sudo-shim 2023-04-14 19:14:24 +02:00
figsoda 9e960aabc6
Merge pull request #226171 from anoadragon453/patch-1 2023-04-14 13:06:08 -04:00
Doron Behar dcc87a8f7b
Merge pull request #225415 from doronbehar/pkg/ps2eps
ps2eps: init at 1.70
2023-04-14 09:46:01 -07:00
Doron Behar ab6c85f31c gqrx: 2.15.9 -> 2.15.10
Diff: https://github.com/gqrx-sdr/gqrx/compare/v2.15.9...v2.15.10
2023-04-14 19:29:02 +03:00