Commit Graph

541188 Commits

Author SHA1 Message Date
Fabian Affolter
19d0cbc2ba
Merge pull request #263406 from fabaff/autoit-ripper-bump
python311Packages.autoit-ripper: 1.1.0 -> 1.1.1
2023-10-26 10:02:48 +02:00
Fabian Affolter
b01ceb7990
Merge pull request #263407 from fabaff/gios-bump
python311Packages.gios: 3.1.0 -> 3.2.0
2023-10-26 10:02:34 +02:00
Ulrik Strid
4c0f9cee99
Merge pull request #263282 from vbgl/ocaml-hacl-star-0.7.1
ocamlPackages.hacl-star: 0.7.0 → 0.7.1
2023-10-26 10:02:13 +02:00
Fabian Affolter
ff7db1253c python311Packages.screenlogicpy: 0.9.3 -> 0.9.4
Diff: https://github.com/dieselrabbit/screenlogicpy/compare/refs/tags/v0.9.3...v0.9.4

Changelog: https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.9.4
2023-10-26 09:59:27 +02:00
R. Ryantm
0c815cb812 diff-pdf: 0.5 -> 0.5.1 2023-10-26 07:55:03 +00:00
Fabian Affolter
7031dd49c7 python311Packages.publicsuffixlist: 0.10.0.20231022 -> 0.10.0.20231026 2023-10-26 09:54:22 +02:00
Fabian Affolter
410bbcd2c9 python311Packages.peaqevcore: 19.5.6 -> 19.5.10
Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.5.10
2023-10-26 09:54:00 +02:00
Ulrik Strid
0274f5574c
Merge pull request #263520 from vbgl/cooltt-update-2023-10-03
ocamlPackages.yuujinchou: 4.0.0 → 5.1.0; cooltt: 2022-04-28 → 2023-10-03
2023-10-26 09:49:08 +02:00
Ulrik Strid
6bb3eff963
Merge pull request #262197 from vbgl/ocaml-sail-0.16
ocamlPackages.sail: 0.15 → 0.16
2023-10-26 09:42:01 +02:00
Ulrik Strid
b6c5a6058a
Merge pull request #262799 from vbgl/ocaml-brr-0.0.6
ocamlPackages.brr: 0.0.4 → 0.0.6; note: 0.0.2 → 0.0.3
2023-10-26 09:38:15 +02:00
Vincent Laporte
5257cb0a75
ocamlPackages.cooltt: 2022-04-28 → 2023-10-03 2023-10-26 09:25:03 +02:00
Vincent Laporte
7b4f9b740e
ocamlPackages.yuujinchou: 4.0.0 → 5.1.0 2023-10-26 09:24:57 +02:00
R. Ryantm
90fbf7f2ff velero: 1.12.0 -> 1.12.1 2023-10-26 07:15:21 +00:00
Fabian Affolter
76359ce46e
Merge pull request #263501 from r-ryantm/auto-update/python311Packages.whispers
python311Packages.whispers: 2.1.5 -> 2.2.0
2023-10-26 09:00:48 +02:00
Fabian Affolter
74568dbce0
Merge pull request #263413 from fabaff/nettigo-air-monitor-bump
python311Packages.nettigo-air-monitor: 2.1.0 -> 2.2.0
2023-10-26 08:59:06 +02:00
Fabian Affolter
69f7cb3108
Merge pull request #263414 from fabaff/homematicip-bump
python311Packages.homematicip: 1.0.15 -> 1.0.16
2023-10-26 08:58:53 +02:00
Fabian Affolter
036906012d
Merge pull request #263418 from fabaff/winacl-bump
python311Packages.winacl: 0.1.7 -> 0.1.8
2023-10-26 08:58:43 +02:00
Fabian Affolter
dbf3d040e1
Merge pull request #263419 from fabaff/zha-quirks-bump
python311Packages.zha-quirks: 0.0.105 -> 0.0.106
2023-10-26 08:58:31 +02:00
Fabian Affolter
ca308aa0f4
Merge pull request #263427 from fabaff/trufflehog-bump
trufflehog: 3.60.1 -> 3.60.3
2023-10-26 08:58:16 +02:00
Fabian Affolter
d22218ecc4
Merge pull request #263430 from fabaff/ospd-openvas-bump
ospd-openvas: 22.6.0 -> 22.6.1
2023-10-26 08:57:58 +02:00
Fabian Affolter
aa2cdd2084
Merge pull request #263431 from fabaff/aiosmtplib-bump
python311Packages.aiosmtplib: 2.0.2 -> 3.0.0
2023-10-26 08:57:49 +02:00
R. Ryantm
0ddd11f150 sqlc: 1.22.0 -> 1.23.0 2023-10-26 06:27:28 +00:00
R. Ryantm
85b1e7e4f0 scalr-cli: 0.15.1 -> 0.15.2 2023-10-26 06:24:31 +00:00
Adam Joseph
b4371a5cea glibc: weaken host==build check to canExecute 2023-10-26 06:12:33 +00:00
Adam Joseph
27a73cd176 glibc: use (lib.getBin pkgsBuildBuild.glibc) to generate locales
This is an alternative resolution of the problem identified in

  https://github.com/NixOS/nixpkgs/pull/259964

which stated that "glibc depends on buildPackages.glibc for locale
things.  buildPackages.glibc depended on buildPackages.libgcc,
which, since it's GCC, depends on the target's bintools, which
depend on the target's glibc, which, again, depends on
buildPackages.glibc, causing an infinute recursion when evaluating
buildPackages.glibc when glibc hasn't come from stdenv (e.g. on
musl)."

The fact that we use pkgsBuildHost.glibc instead of
pkgsBuildBuild.glibc to generate the locales has always been a gross
hack.  If we simply remove the gross hack the circularity goes away.
2023-10-26 06:12:33 +00:00
Damien Cassou
5c7aa4a2ca
Merge pull request #263341 from r-ryantm/auto-update/crowdin-cli
crowdin-cli: 3.14.0 -> 3.15.0
2023-10-26 08:11:13 +02:00
K900
0f13917e46
Merge pull request #263467 from K900/kweathercore-0.7
kweathercore: 0.6 -> 0.7
2023-10-26 09:02:52 +03:00
Nikolay Korotkiy
295324df05
Merge pull request #263379 from r-ryantm/auto-update/grass
grass: 8.3.0 -> 8.3.1
2023-10-26 08:58:26 +04:00
Artturi
62a60025f7
Merge pull request #263463 from NickCao/libvarlink
libvarlink: fix cross compilation by using the correct python3 for va…
2023-10-26 07:55:32 +03:00
R. Ryantm
bcf558ed60 python311Packages.ytmusicapi: 1.3.0 -> 1.3.1 2023-10-26 04:53:14 +00:00
Jeremy
c3834e7bd6
sauerbraten: add meta.homepage 2023-10-26 17:10:22 +13:00
R. Ryantm
ca2a930574 python311Packages.whispers: 2.1.5 -> 2.2.0 2023-10-26 03:39:33 +00:00
JR Boyens
9a6cbc1524
iosevka-bin: 27.2.1 -> 27.3.1 2023-10-25 19:43:53 -07:00
R. Ryantm
ae4ea4a1fa python311Packages.sphinxcontrib-openapi: 0.8.1 -> 0.8.3 2023-10-26 02:35:09 +00:00
Andrew Marshall
98dc4cfa9c libretro.mame2016: fix build on Python 3.11+
Since Python 3.11, `open()` etc. no longer accept `U` flag.
2023-10-25 22:29:12 -04:00
Andrew Marshall
0b8da5fde3 libretro.mame2015: fix build on Python 3.11+
Since Python 3.11, `open()` etc. no longer accept `U` flag.
2023-10-25 22:26:25 -04:00
Mario Rodas
77ed358e3d
Merge pull request #261118 from trofi/cowpatty-parallel-fix
cowpatty: backport parallel build fix
2023-10-25 21:15:32 -05:00
R. Ryantm
b5575a6c66 python311Packages.qcelemental: 0.26.0 -> 0.27.0 2023-10-26 02:15:29 +00:00
Mario Rodas
8055e6795e
Merge pull request #261251 from trofi/nxpmicro-mfgtools-gcc-13-fix
nxpmicro-mfgtools: pull upstream fix for gcc-13
2023-10-25 21:04:15 -05:00
Mario Rodas
c0e2004980
Merge pull request #262438 from khaneliman/1password
_1password-gui: 8.10.18-19.BETA -> 8.10.20-1.BETA
2023-10-25 20:59:13 -05:00
Mario Rodas
646514ac96
Merge pull request #262597 from trofi/utf8proc-update
utf8proc: 2.8.0 -> 2.9.0
2023-10-25 20:57:31 -05:00
Mario Rodas
fb97aa67ab
Merge pull request #262882 from gaelreyrol/postgresql-packages-pg_uudiv7-init
postgresqlPackages.pg_uuidv7: init at 1.3.0
2023-10-25 20:56:56 -05:00
Mario Rodas
5d6e271baf
Merge pull request #262853 from marsam/add-whistle
whistle: init at 2.9.58
2023-10-25 20:55:36 -05:00
R. Ryantm
d3713f15af python311Packages.pylint-venv: 3.0.2 -> 3.0.3 2023-10-26 01:21:46 +00:00
R. Ryantm
12a6c541aa python311Packages.paypalrestsdk: 1.13.1 -> 1.13.2 2023-10-26 00:59:10 +00:00
Mario Rodas
93021a1029
Merge pull request #262758 from linsui/pot
pot: 2.6.3 -> 2.6.6
2023-10-25 19:57:50 -05:00
zowoq
f60959f811
Merge pull request #263391 from 0x4A6F/master-helix
helix: 23.05 -> 23.10
2023-10-26 10:57:26 +10:00
Mario Rodas
86e692105b
Merge pull request #262851 from r-ryantm/auto-update/tailspin
tailspin: 1.5.1 -> 1.6.0
2023-10-25 19:56:35 -05:00
Mario Rodas
b7c01ffc4e
Merge pull request #262887 from r-ryantm/auto-update/python311Packages.pymunk
python311Packages.pymunk: 6.5.1 -> 6.5.2
2023-10-25 19:55:28 -05:00
Mario Rodas
81282343f0
Merge pull request #262891 from r-ryantm/auto-update/python311Packages.sphinx-tabs
python311Packages.sphinx-tabs: 3.4.1 -> 3.4.4
2023-10-25 19:53:48 -05:00