Fabian Affolter and GitHub
339b797f50
Merge pull request #176859 from fabaff/quantum-gateway-bump
...
python310Packages.quantum-gateway: 0.0.6 -> 0.0.8
2022-06-08 12:00:10 +02:00
Fabian Affolter and GitHub
2429138e2c
Merge pull request #176860 from fabaff/yolink-api-bump
...
python310Packages.yolink-api: 0.0.7 -> 0.0.8
2022-06-08 11:59:45 +02:00
Pavol Rusnak
dc9c92d15d
python3Packages.hidapi: 0.11.2 -> 0.12.0.post2
2022-06-08 11:43:10 +02:00
Pavol Rusnak and GitHub
2c54d2a093
Merge pull request #162573 from r-ryantm/auto-update/python3.10-bitbox02
...
python310Packages.bitbox02: 5.3.0 -> 6.0.0
2022-06-08 11:41:02 +02:00
zowoq
cb6b96591e
vend: remove
...
this is no longer used by `buildGoModule`
2022-06-08 19:40:31 +10:00
zowoq
b246d54635
buildGoModule: remove runVend
...
follow up from 8a8c88de70
2022-06-08 19:40:31 +10:00
Pavol Rusnak and GitHub
543f9893c8
Merge pull request #176509 from r-ryantm/auto-update/hidapi
...
hidapi: 0.11.2 -> 0.12.0
2022-06-08 11:38:46 +02:00
Patsakula Nikita
ac769bb158
maintainers: add npatsakula
2022-06-08 12:21:01 +03:00
Patsakula Nikita
8b41b993e0
cassandra-cpp-driver: init at 2.16.2
2022-06-08 12:21:00 +03:00
Thiago Kenji Okada and GitHub
30ac7a8854
Merge pull request #176257 from PedroHLC/elk7-7.17.4-plugins
...
elasticsearch-plugins: 7.16.1 -> 7.17.4
2022-06-08 09:54:31 +01:00
Pascal Wittmann and GitHub
48195904d5
Merge pull request #176001 from NixOS/update-and-fix-stuntrally
...
stuntrally: 2.6.1 -> 2.6.2
2022-06-08 10:35:21 +02:00
Fabian Affolter and GitHub
e0d8c56200
python310Packages.dash: add input
2022-06-08 10:15:06 +02:00
R. Ryantm
08ff8db9b9
python310Packages.spacy: 3.3.0 -> 3.3.1
2022-06-08 08:14:35 +00:00
Fabian Affolter and GitHub
705c834f6c
Merge pull request #176844 from r-ryantm/auto-update/python3.10-databricks-connect
...
python310Packages.databricks-connect: 9.1.16 -> 9.1.17
2022-06-08 10:14:15 +02:00
Pascal Wittmann
788a347a17
stuntrally: 2.6.1 -> 2.6.2
...
This update also fixes the build problems
reported in #175646 .
2022-06-08 10:12:26 +02:00
Vincent Laporte and Vincent Laporte
e6b4eb3b78
qarte: 4.15.1 → 4.17.1
2022-06-08 10:11:38 +02:00
Fabian Affolter and GitHub
9dfb840320
python310Packages.dash: add extra dependencies
2022-06-08 10:11:37 +02:00
Sergei Trofimovich
2f9d125d58
gpredict: pull upstream fix for -fno-common toolchains
...
Without the change build fails on upstream gcc-10 as:
ld: save-pass.o:src/qth-data.h:36: multiple definition of
`qth_data_type'; gtk-azel-plot.o:src/qth-data.h:36: first defined here
2022-06-08 09:04:20 +01:00
Fabian Affolter
b383999d50
python310Packages.yolink-api: 0.0.7 -> 0.0.8
2022-06-08 09:58:53 +02:00
Fabian Affolter
cf924c74c7
python310Packages.quantum-gateway: 0.0.6 -> 0.0.8
2022-06-08 09:57:47 +02:00
Pascal Wittmann and GitHub
7ca27a436a
Merge pull request #176840 from r-ryantm/auto-update/inotify-tools
...
inotify-tools: 3.22.1.0 -> 3.22.6.0
2022-06-08 09:55:03 +02:00
Vincent Laporte and Vincent Laporte
66a532257d
coqPackages.coq-elpi: 1.13.0 → 1.14.0
2022-06-08 09:46:41 +02:00
Vincent Laporte and Pierre Roux
f7373e4932
ocamlPackages.elpi: 1.15.0 → 1.15.2
...
Co-authored-by: Pierre Roux <pierre.roux@onera.fr >
2022-06-08 09:46:41 +02:00
Vincent Laporte and Vincent Laporte
18aaa33f07
ocamlPackages.elpi: 1.14.1 → 1.15.0
2022-06-08 09:46:41 +02:00
Fabian Affolter and GitHub
4c97002a4d
Merge pull request #176604 from teutat3s/fix/cloud-init-pyserial
...
cloud-init: fix missing pyserial dependency
2022-06-08 09:46:08 +02:00
R. Ryantm
321e60b24b
python310Packages.dash: 2.4.1 -> 2.5.0
2022-06-08 07:39:19 +00:00
Sergei Trofimovich
b5644dfa57
gcl: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: ./libgclp.a(user_match.o):(.bss+0x18): multiple definition of
`tf'; ./libpre_gcl.a(main.o):(.bss+0x326d90): first defined here
2022-06-08 08:38:15 +01:00
linsui
465622ad43
apksigner: fix for gradle_5
2022-06-08 15:36:20 +08:00
R. Ryantm
fc96793474
palemoon: 31.0.0 -> 31.1.0
2022-06-08 07:36:14 +00:00
Sergei Trofimovich
364e63d164
fbpanel: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: plugin.o:(.bss+0x0): multiple definition of `stam'; panel.o:(.bss+0x20): first defined here
2022-06-08 08:27:44 +01:00
Thiago Kenji Okada and GitHub
152319bcd9
Merge pull request #176718 from AtilaSaraiva/obsidian
...
obsidian: 0.14.6 -> 0.14.15
2022-06-08 08:24:44 +01:00
Fabian Affolter
70db11c3d0
checkov: 2.0.1201 -> 2.0.1204
2022-06-08 09:19:45 +02:00
Fabian Affolter and GitHub
bdd04f6e8b
Merge pull request #176687 from fabaff/checkov-bump
...
checkov: 2.0.1195 -> 2.0.1201
2022-06-08 09:15:21 +02:00
Fabian Affolter and GitHub
fb826e4578
Merge pull request #176816 from fabaff/pyroute2-bump
...
python310Packages.pyroute2: 0.6.10 -> 0.6.11
2022-06-08 09:13:49 +02:00
Fabian Affolter and GitHub
7482d19fca
Merge pull request #176829 from r-ryantm/auto-update/mkdocs-material
...
python310Packages.mkdocs-material: 8.3.2 -> 8.3.3
2022-06-08 09:10:27 +02:00
Fabian Affolter and GitHub
759093c0d8
Merge pull request #176797 from pennae/pyfxa
...
python3Packages.pyfxa: fix fxa-client
2022-06-08 09:09:41 +02:00
Fabian Affolter and GitHub
d6a4617b53
Merge pull request #176806 from fabaff/plugwise-bump
...
python310Packages.plugwise: 0.19.0 -> 0.19.0
2022-06-08 09:09:01 +02:00
Fabian Affolter and GitHub
dc0f77fda6
Merge pull request #176810 from fabaff/webexteamssdk-bump
...
python310Packages.webexteamssdk: 1.6 -> 1.6.1
2022-06-08 09:08:42 +02:00
Fabian Affolter and GitHub
22f9b5bc0f
Merge pull request #176713 from fabaff/pysigma-bump
...
python310Packages.pysigma: 0.5.2 -> 0.6.2
2022-06-08 09:07:32 +02:00
Fabian Affolter and GitHub
41ed817274
Merge pull request #176843 from r-ryantm/auto-update/python3.10-xknx
...
python310Packages.xknx: 0.21.3 -> 0.21.4
2022-06-08 09:06:50 +02:00
Erin van der Veen
d4f5738137
myxer: remove
...
Myxer has not build since late 2021, the maintainer was not reachable.
2022-06-08 09:05:23 +02:00
Vladimír Čunát
c26e525b41
Merge #176428 : coturn: add -fcommon workaround
2022-06-08 08:20:50 +02:00
R. Ryantm
ee8a4e3615
python310Packages.databricks-connect: 9.1.16 -> 9.1.17
2022-06-08 06:20:40 +00:00
Rick van Schijndel and GitHub
742c4c773c
Merge pull request #176824 from patternspandemic/rm-kodestudio
...
kodestudio: Remove
2022-06-08 07:34:27 +02:00
R. Ryantm
36962c4c39
python310Packages.xknx: 0.21.3 -> 0.21.4
2022-06-08 05:33:04 +00:00
7c6f434c and GitHub
43ecbe7840
Merge pull request #176732 from vbgl/gajim-1.4.3
...
gajim: 1.4.2 → 1.4.3
2022-06-08 05:14:48 +00:00
7c6f434c and GitHub
b6af7f499d
Merge pull request #176650 from r-ryantm/auto-update/btrfs-progs
...
btrfs-progs: 5.18 -> 5.18.1
2022-06-08 05:14:29 +00:00
Kylie McClain
2dcb849134
stw: init at unstable-2022-02-04
2022-06-08 00:03:18 -04:00
R. Ryantm
63a13dba06
inotify-tools: 3.22.1.0 -> 3.22.6.0
2022-06-08 04:00:41 +00:00
Matt Huszagh and Jan Tojnar
c1e680f8da
inkscape: 1.1.2 → 1.2
...
https://inkscape.org/news/2022/05/16/inkscape-12/
https://media.inkscape.org/media/doc/release_notes/1.2/Inkscape_1.2.html
Needed to add some Python dependencies:
- appdirs, beautifulsoup4, cachecontrol, requests and pygobject3 (gi) for clipart importer
- cssselect and numpy for inkex
- pygobject3 for inkex.gui
Co-authored-by: Jan Tojnar <jtojnar@gmail.com >
2022-06-08 04:32:19 +02:00