Commit graph

55075 commits

Author SHA1 Message Date
Jörg Thalheim c0ff5c7b7a
Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-06 08:12:29 +01:00
Raghav Sood 6dfa0d8c5f
Merge pull request #106042 from breakds/marl
marl: init at 1.0.0
2020-12-06 06:28:06 +00:00
github-actions[bot] 8f67f48c0c
Merge staging-next into staging 2020-12-06 06:17:10 +00:00
github-actions[bot] 8a52c4c658
Merge master into staging-next 2020-12-06 06:17:06 +00:00
Break Yang e9293077ff marl: init at 1.0.0 2020-12-05 22:14:03 -08:00
Break Yang 53b2e8a202 pythonPacakges.clickhouse-driver: init at 0.1.5 2020-12-05 21:29:48 -08:00
Break Yang 21d212d96e pythonPacakges.clickhouse-cityhash: init at 1.0.2.3 2020-12-05 21:29:32 -08:00
Raghav Sood bb2a7b9439
Merge pull request #105968 from RaghavSood/clickhouse/2011
clickhouse: 20.5.2.7 -> 20.11.4.13
2020-12-06 04:46:29 +00:00
Raghav Sood a776aea536
clickhouse: 20.5.2.7 -> 20.11.4.13 2020-12-06 03:04:51 +00:00
Jan Tojnar 6ce08f74dc
Merge branch 'master' into staging-next 2020-12-06 03:28:13 +01:00
Sandro baa9439525
Merge pull request #105978 from dywedir/pijul
pijul: 1.0.0-alpha.11 -> 1.0.0-alpha.17
2020-12-06 03:04:43 +01:00
Sandro e45a472c22
Merge pull request #105967 from bhipple/add/milc
python3Packages.milc: init at 1.0.10
2020-12-06 03:04:16 +01:00
Sandro 308cdda0d1
Merge pull request #105966 from urbas/py-air-control-exporter
python3Packages.py-air-control-exporter: init at 0.1.4
2020-12-06 02:51:36 +01:00
Peter Stewart 7769e4629b python3Packages.pynest2d: init at 4.8.0 2020-12-06 12:41:39 +11:00
Peter Stewart d4905adc32 libnest2d: init at 2020-10-09-unstable 2020-12-06 12:41:20 +11:00
Mario Rodas 30fbc30610
Merge pull request #105999 from midchildan/feat/ffmpeg-darwin-x265
ffmpeg-full: re-enable encoders on macOS
2020-12-05 18:23:58 -05:00
Sandro 23aedbe4e3
Merge pull request #105899 from r-burns/gcadapter-oc
gcadapter-oc-kmod: init at 1.4
2020-12-05 20:44:35 +01:00
github-actions[bot] 9c8ea98091
Merge staging-next into staging 2020-12-05 18:14:25 +00:00
github-actions[bot] 72b795557e
Merge master into staging-next 2020-12-05 18:14:21 +00:00
midchildan 1b3f09008b
ffmpeg-full: re-enable encoders on macOS 2020-12-06 01:55:51 +09:00
Sam Bickley 5d94f363c7 ink: init at 0.5.3 2020-12-05 10:25:06 -06:00
Sam Bickley 17c02c8c11 libinklevel: init at 0.9.3 2020-12-05 10:24:00 -06:00
Rémy Grünblatt 329c968e50 netevent: init at 20201018 2020-12-05 16:38:36 +01:00
Doron Behar a5e44038df
Merge pull request #99685 from doronbehar/pkg/gnuradio
gnuradio: rewrite
2020-12-05 17:14:37 +02:00
Vladyslav M 8de71d243b
pijul: 1.0.0-alpha.11 -> 1.0.0-alpha.17 2020-12-05 16:06:43 +02:00
Tom Hall a6e78f015c
wacomtablet: Fix build with Qt5.15, pending new release (#104660)
Also update homepage
2020-12-05 13:47:44 +01:00
Benjamin Hipple c113cefc00 python3Packages.milc: init at 1.0.10
This is a dependency of [qmk](https://github.com/qmk/qmk_cli), which I would
like to package next.
2020-12-05 07:41:46 -05:00
github-actions[bot] 899d916e1d
Merge staging-next into staging 2020-12-05 12:18:20 +00:00
github-actions[bot] 0947539ec1
Merge master into staging-next 2020-12-05 12:18:17 +00:00
Benjamin Hipple 29045c2322
Merge pull request #105951 from jonringer/remove-onnxruntime
onnxruntime: remove
2020-12-05 06:53:19 -05:00
Matej Urbas 26c3c9ccbb python3Packages.py-air-control-exporter: init at 0.1.4 2020-12-05 11:44:41 +00:00
Doron Behar 956e6426d1
Merge pull request #98234 from freezeboy/add-n8n 2020-12-05 13:40:34 +02:00
Doron Behar ed44b466e6 treewide/(gnuradio plugins): Add log4cpp as it's needed now.
Since gnuradio-runtime is compiled with log4cpp, all plugins that need
gnuradio-runtime (which is all of them probably) need log4cpp as well.

Add python.pkgs.cheetah to inputs of gr-osmosdr as it somehow started to
be needed.
2020-12-05 13:23:00 +02:00
Doron Behar 3becac02f8 gnuradio: rewrite
Write (similar) expressions for GNURadio 3.7 and 3.8 and make 3.8
available as `gnuradio`, and `gnuradio3_7` point to the 3.7 build.

Teach both 3.7 & 3.8 expressions accept a `features` attribute set, that
tells them what features to compile. There are dependencies within the
different features, and we rely on upstream's cmake scripts to make sure
the `configurePhase` will fail if a feature is not enabled and needed by
another feature.  All features are enabled by default.

Put shared Nix functions and attributes for both 3.7 and 3.8 in:
pkgs/applications/radio/gnuradio/shared.nix

Add 2 patches accepted upstream, that don't install some python related
examples if python-support is not enabled.

Remove cmake python reference in 3.8 with removeReferencesTo, if
python-support is turned off.

Update gqrx (reverse dependency) to use a build of gnuradio3_7 without
gui components and for it's gr-osmosdr as well.

Write an external, `wrapper.nix` (shared for both 3.7 and 3.8). Teach it
to handle extra `gr-` packages via `GRC_BLOCKS_PATH`. Likely enable it
to accept extra python packages. Wrap the executables with env vars
wrapGAppsHook and wrapQtAppsHook would have likely given them (hence,
fix #87510). Point `gnuradio` to the wrapped 3.8 derivation.

Add @doronbehar to maintainers of both 3.8 and 3.7.

dirty: use upstreamed patches
2020-12-05 13:23:00 +02:00
Doron Behar 7e96d9ee61
Merge pull request #104888 from doronbehar/pkg/gnomeExtensions/easyScreenCast
gnomeExtensions.easyScreenCast: init at unstable-2020-11-25
2020-12-05 12:36:51 +02:00
Doron Behar db6178b797 gnomeExtensions.easyScreenCast: init at unstable-2020-11-25 2020-12-05 11:56:34 +02:00
Charlotte Van Petegem 6ea99ff06b
greenfoot: init at 3.6.1 2020-12-05 10:09:20 +01:00
Jonathan Ringer bc2b132f98
onnxruntime: remove
Poor cmake and git hygiene has made maintaining this difficult, see:
https://github.com/microsoft/onnxruntime/issues/5966
https://github.com/microsoft/onnxruntime/issues/5967
2020-12-04 21:40:19 -08:00
github-actions[bot] acbe77678e
Merge staging-next into staging 2020-12-05 00:38:04 +00:00
github-actions[bot] 4763e8b8fd
Merge master into staging-next 2020-12-05 00:38:01 +00:00
Ben Wolsieffer 920f970a5a pythonPackages.pyjade: remove
pyjade is superseded by pypugjs and was only used by buildbot
2020-12-04 19:36:22 -05:00
Ben Wolsieffer d47d113004 pythonPackages.pypugjs: init at 5.9.6
The Jade language was renamed to Pug, and this is the new Python package to
support it. It is also better maintained than pyjade.
2020-12-04 19:31:06 -05:00
freezeboy b5ee81b8aa n8n: init at 0.96.0 2020-12-04 23:47:34 +01:00
makefu 41bded79e7
pfsshell: init at 1.1.1 2020-12-04 21:31:06 +01:00
Doron Behar f06af9213a
Merge pull request #96673 from doronbehar/pkg/mympd
mympd: init at 6.8.1
2020-12-04 21:40:17 +02:00
github-actions[bot] b9168273b5
Merge staging-next into staging 2020-12-04 18:14:54 +00:00
github-actions[bot] cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
Frederik Rietdijk 5524c43f2c libjpeg_turbo: apply cmake patch for darwin
There is a regression with 3.19.1 which, for so far we've noticed, only
affects this package and on Darwin. To avoid a mass-rebuild right now,
we patch cmake only for darwin and this package.

Fixes https://github.com/NixOS/nixpkgs/issues/105854
2020-12-04 19:02:30 +01:00
Ryan Burns 35dc8cbd9e gcadapter-oc-kmod: init at 1.4 2020-12-04 09:35:01 -08:00
Gabriel Ebner 3a2fe56aef
Merge pull request #105767 from GovanifY/mozc-update
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102
2020-12-04 17:56:40 +01:00
TredwellGit 46714a37b8 pythonPackages.pytest_xdist: fix build 2020-12-04 09:12:04 -05:00
github-actions[bot] ca7703d573
Merge staging-next into staging 2020-12-04 06:16:29 +00:00
github-actions[bot] 82b9b02331
Merge master into staging-next 2020-12-04 06:16:26 +00:00
Raghav Sood 3a3e8e6a8b
Merge pull request #105242 from RaghavSood/microhttpd/version
libmicrohttpd dependents: fix build
2020-12-04 05:37:48 +00:00
Chuck bc02955b2a python3Packages.jsonstreams: Init at 0.5.0 2020-12-03 21:18:36 -08:00
Farid Zakaria 01f5b9aaba spacevim: init at v1.5.0
Spacevim is a fully loaded vim/neovim installation in the spirit
of https://www.spacemacs.org/

It's configured with a TOML file rather than vimscript and includes
a wide array of configuration found at https://spacevim.org/

Update pkgs/applications/editors/spacevim/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/spacevim/init.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/spacevim/default.nix

Co-authored-by: risson <18313093+rissson@users.noreply.github.com>
2020-12-03 20:09:36 -08:00
Sandro c3b325c17b
Merge pull request #100175 from SuperSandro2000/wsl-open
wsl-open: init at 2.1.1
2020-12-04 03:12:11 +01:00
github-actions[bot] 1ab67d13af
Merge staging-next into staging 2020-12-03 18:14:44 +00:00
github-actions[bot] 1aeec1f039
Merge master into staging-next 2020-12-03 18:14:40 +00:00
Sandro 555641c504
Merge pull request #105715 from AluisioASG/aasg/dyndnsc 2020-12-03 18:56:10 +01:00
Sandro 0b37b8a9eb
Merge pull request #105797 from yusdacra/add-tagref
tagref: init at 1.3.3
2020-12-03 18:11:15 +01:00
Gabriel Ebner 75bf9e1409
Merge pull request #105802 from gebner/pax
pax: init at 20201030
2020-12-03 18:04:43 +01:00
Gabriel Ebner 02362007aa pax: init at 20201030 2020-12-03 18:03:30 +01:00
Sandro 879cea8af4
Merge pull request #105078 from urbas/py-air-control 2020-12-03 17:51:44 +01:00
Sandro 178a44c09f
Merge pull request #105071 from brhoades/ytt 2020-12-03 17:50:50 +01:00
Billy J Rhoades II 608665f526 ytt: init at 0.30.0
Added carvel ytt 0.30.0 which is currently absent. Tests ran by
checkPhase currently fail due to YAML marshalling problems, but the tool
itself appears fine.
2020-12-03 08:45:49 -08:00
Gauvain 'GovanifY' Roussel-Tarbouriech d95f55e5e3
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102 2020-12-03 15:52:43 +01:00
Yusuf Bera Ertan 36a4d5d928
tagref: init at 1.3.3 2020-12-03 17:42:57 +03:00
Mario Rodas 209bdc8ddf
terraform_0_14: init at 0.14.0 (#105746)
https://github.com/hashicorp/terraform/releases/tag/v0.14.0
2020-12-03 14:03:03 +01:00
github-actions[bot] 03619d4f2b
Merge staging-next into staging 2020-12-03 12:18:48 +00:00
github-actions[bot] 5b73e3087a
Merge master into staging-next 2020-12-03 12:18:45 +00:00
Jörg Thalheim 3cd6bc103d
Merge branch 'master' into firefox-nix-addon-support 2020-12-03 07:20:16 +00:00
Jörg Thalheim 355d593ac0
Merge pull request #89433 from fzakaria/rbenv
rbenv: init at 1.1.2
2020-12-03 07:19:03 +00:00
Vincent Laporte 4dfe04a9ec ocamlPackages.mirage-types-lwt: init at 3.9.0 2020-12-03 08:17:08 +01:00
Vincent Laporte 19f9b87e51 ocamlPackages.mirage-types: init at 3.9.0 2020-12-03 08:17:08 +01:00
Jörg Thalheim d4ac2c7a93
Merge pull request #102355 from Mic92/systemd
systemd: 246.6 -> 247
2020-12-03 07:03:26 +00:00
github-actions[bot] 58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Jörg Thalheim ef050bc3d1 systemd: 246.6 -> 247-rc2 2020-12-02 23:40:04 +01:00
Silvan Mosberger 96f34a8f99
Merge pull request #105722 from rb2k/idevicerestore_darwin
idevicerestore: Add darwin build support.
2020-12-02 22:54:44 +01:00
Aluísio Augusto Silva Gonçalves b0d6df575c
dyndnsc: init at 0.5.1 2020-12-02 17:44:04 -03:00
Aluísio Augusto Silva Gonçalves 799cfd9545
pythonPackages.daemonocle: init at 1.0.2 2020-12-02 17:44:04 -03:00
Marc Seeger 7319dc20c9 idevicerestore: Add darwin support. 2020-12-02 12:16:59 -08:00
Sandro 71baee273c
Merge pull request #105643 from IvarWithoutBones/pbgopy-0.1.1
pbgopy: init at 0.1.1
2020-12-02 21:08:12 +01:00
Matej Urbas 6c86b393ae python3Packages.py-air-control: init at 2.1.0 2020-12-02 19:31:49 +00:00
github-actions[bot] d3f5608624
Merge master into staging-next 2020-12-02 18:13:34 +00:00
Sandro a727aac01a
Merge pull request #105618 from bcdarwin/pyosf
python3Packages.pyosf: init at 1.0.5
2020-12-02 17:05:00 +01:00
Sandro 4c0b3da940
Merge pull request #104761 from kfollesdal/init-pycalver 2020-12-02 15:41:32 +01:00
github-actions[bot] 89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Sandro ffe9244ee6
Merge pull request #104735 from thiagokokada/flood-init-2nd-try
flood: init at 4.2.0
2020-12-02 12:52:08 +01:00
Sandro b0a0f710d1
Merge pull request #105433 from GovanifY/ruffle
ruffle: init at nightly-2020-11-30
2020-12-02 11:03:44 +01:00
Thiago Kenji Okada d832774343
flood: init at 4.1.2 2020-12-02 10:29:00 +01:00
Jörg Thalheim b89c0fcebd
fetchFirefoxAddon: rename to use camelCase 2020-12-02 09:48:42 +01:00
Luis Hebendanz 397597f731
Added fetchfirefoxaddon 2020-12-02 09:40:53 +01:00
Ben Darwin 120ec5f97e python3Packages.pyosf: init at 1.0.5 2020-12-02 01:36:24 -05:00
Gauvain 'GovanifY' Roussel-Tarbouriech 4aa4333504
ruffle: init at nightly-2020-11-30 2020-12-02 07:15:16 +01:00
IvarWithoutBones b8ad3d4e9e pbgopy: init at 0.1.1 2020-12-02 03:47:10 +01:00
Sandro 85769ec0a8
Merge pull request #104276 from siraben/lambda-delta-init
lambda-delta: init at 0.98.3
2020-12-02 03:46:51 +01:00
Ben Darwin 05a7ac3b2a python3Packages.mne-python: init at 0.21.2 2020-12-01 20:07:46 -05:00
Sandro 053e67e81e
Merge pull request #105609 from bcdarwin/darwin-unbreak-ants
ants: unbreak on Darwin
2020-12-02 02:03:07 +01:00
Sandro 9a925edb25
Merge pull request #105520 from lovesegfault/ideamaker 2020-12-02 01:43:53 +01:00
Jonathan Ringer 023dafc6b8 pythonPackages.freezegun: pin to 0.3.5 2020-12-01 16:40:51 -08:00
Sandro 6f52d0f572
Merge pull request #87735 from pmeiyu/master 2020-12-02 01:33:50 +01:00
Ben Darwin ee7d83e648 ants: unbreak on Darwin 2020-12-01 14:17:54 -05:00
kfollesdal 025b6d50f5 bumpver: init at 2020.1107 2020-12-01 19:24:17 +01:00
kfollesdal faf720d424 pythonPackage.lexid: init at 2020.1005 2020-12-01 19:24:17 +01:00
Joachim Breitner fb063991b2
macdylibbundler: Should propagate dependency on otool (#103163)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 19:11:45 +01:00
James Earl Douglas 1a3557f729
archi: init at 4.7.1 (#103355)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 18:55:48 +01:00
Ben Darwin adaf73fd87 perlPackages.TextFormat: 0.61 -> 0.62 2020-12-01 11:41:16 -05:00
Sandro 385ec3ebbe
Merge pull request #105543 from IvarWithoutBones/tinyobjloader-init-1.0.6 2020-12-01 17:00:47 +01:00
Gabriel Gonzalez 6dac8e6817 Add buildDhall*Package support for generating documentation
The `buildDhall{Directory,GitHub}Package` utilities now take an
optional `document` argument for generating documentation using
`dhall-docs`.  The documentation is stored underneath the `./docs`
subdirectory of the build product.
2020-12-01 15:30:52 +01:00
Jonathan Ringer e0cbbc6f30 python3Packages.pytest_xdist: use pytest_xdist_2 by default
meant to be used with pytest_6
2020-12-01 14:44:25 +01:00
Frederik Rietdijk 26ed734e51 python2Packages.packaging: keep 20.4 around 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 7d6468de0c pythonPackages.isort: fix build system, keep version for python 2 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 98996d05de python3Packages.re-assert: init at 1.1.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer 4670a8f304 python3Packages.jupyterlab-pygments: init at 0.1.2 2020-12-01 14:44:24 +01:00
Jonathan Ringer cdb402ce3d python3Packages.isort: build from source, fix tests 2020-12-01 14:44:24 +01:00
Frederik Rietdijk 9b81c28a13 python3Packages.pytest: 5 -> 6 2020-12-01 14:44:23 +01:00
Frederik Rietdijk ff90abd5dd Merge staging-next into staging 2020-12-01 14:23:10 +01:00
Sandro 64c26ded12
Merge pull request #105538 from zakame/updates/perl-Future-AsyncAwait-0.47
perlPackages.FutureAsyncAwait: 0.46 -> 0.47
2020-12-01 13:53:28 +01:00
IvarWithoutBones 6f65e5c1ca pythonPackages.tinyobjloader-py: init at 1.0.6 2020-12-01 13:50:48 +01:00
Anderson Torres 7f02de17db
Merge pull request #105514 from AndersonTorres/update-hdl-dump
hdl-dump: init at 20202807
2020-12-01 09:19:34 -03:00
Elis Hirwing d5c9e8e80a
Merge pull request #104159 from shyim/php8
php80: init at 8.0.0
2020-12-01 13:07:58 +01:00
Jörg Thalheim ea48cad85d
Merge pull request #103851 from mweinelt/python/tts 2020-12-01 11:25:51 +00:00
Bernardo Meurer 8c49bed73d
ideamaker: init at 4.0.1 2020-12-01 03:05:18 -08:00
Soner Sayakci 4cd8412880
php80: init at 8.0.0 2020-12-01 11:54:42 +01:00
Peng Mei Yu a23830fb97 ibus-engines.rime: init at 1.4.0 2020-12-01 18:47:38 +08:00
Sandro 4c5ef510bc
Merge pull request #105535 from IvarWithoutBones/peach-init-0.9.8
peach: init at 0.9.8
2020-12-01 10:43:21 +01:00
IvarWithoutBones 1034616282 tinyobjloader: init at 1.0.6 2020-12-01 05:06:20 +01:00
Zak B. Elep 6d96cd3146 perlPackages.FutureAsyncAwait: 0.46 -> 0.47 2020-12-01 11:57:28 +08:00
Zak B. Elep aa68a8d53d perlPackages.Appcpm: 0.994 -> 0.995 2020-12-01 11:47:59 +08:00
IvarWithoutBones f2341a3054 peach: init at 0.9.8 2020-12-01 04:47:19 +01:00
AndersonTorres e1e750a52c hdl-dump: init at 20202807 2020-11-30 23:46:14 -03:00
Jan Tojnar 27b974d84b
Merge branch 'staging-next' into staging 2020-12-01 03:26:36 +01:00
Bernardo Meurer b64692dcc6
libcork: init at 1.0.0--rc3 2020-11-30 17:17:19 -08:00
Anderson Torres 881dee5284
Merge pull request #105411 from AndersonTorres/wip-ucg
ucg: init at 20190225
2020-11-30 16:55:03 -03:00
Anderson Torres 208d049eab
Merge pull request #105189 from AndersonTorres/wip-qmplay
QMPlay2: init at 20.07.04
2020-11-30 16:54:21 -03:00
Ben Siraphob 618b7320a6
twtxt: init at 0.1.0 (#105378) 2020-11-30 11:50:56 -08:00
AndersonTorres 4bcdf302e1 ucg: init at 20190225 2020-11-30 16:21:41 -03:00
Graham Christensen f18e57f3bf
Merge pull request #105452 from zimbatm/no-extend
tree-wide: do not use pkgs.extend in nixpkgs
2020-11-30 13:55:33 -05:00
Silvan Mosberger c1b1af0ded
Merge pull request #103815 from siraben/archivy-init
archivy: init at 0.8.5
2020-11-30 19:18:46 +01:00
Frederik Rietdijk 9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
Staging next
2020-11-30 18:27:29 +01:00
zimbatm bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
Each invocation of pkgs.extends adds 130MB of allocation to the hydra
evaluator. We are already struggling with the amount of memory nixpkgs
requires.

`pkgs.extend` is a useful escape-hatch, but should be not be used inside
of nixpkgs directly.
2020-11-30 14:24:40 +01:00
Eelco Dolstra 3a9c57c93b
Merge pull request #105042 from Infinisil/remove-release-tryEval
release-lib: Don't use tryEval for packagePlatforms
2020-11-30 14:06:30 +01:00
Farid Zakaria 5d1f37f65d rbenv: init at 1.1.2
Add new derivation for rbenv -- a ruby environment manager.

Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-29 21:11:28 -08:00
Raghav Sood 1fd8d571ed
cpp_ethereum: remove 2020-11-30 03:23:21 +00:00
Sandro 9d5d6b0a26
Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk 2020-11-30 02:13:30 +01:00
Dennis Gosnell a2b278f095
Merge pull request #105400 from arcz/libff
libff: init at 1.0.0
2020-11-30 09:08:26 +09:00
Sandro 438679e1fb
Merge pull request #105361 from stigtsp/package/perl-crypt-perl-init 2020-11-30 00:39:13 +01:00
Artur Cygan 304fe564a1 libff: init at 1.0.0 2020-11-29 23:08:20 +01:00
Maximilian Bosch 91e6ee02c7
Merge pull request #104450 from anna328p/lc3tools
lc3tools: init at 0.12
2020-11-29 18:39:40 +01:00