Commit Graph

533256 Commits

Author SHA1 Message Date
Doron Behar
a95049d917
Merge pull request #259154 from doronbehar/pkg/astropy
python3.pkgs.astropy: 5.3.3 -> 5.3.4
2023-10-06 14:27:42 +03:00
Wael Nasreddine
82558ff520
Merge pull request #259101 from marsam/update-terraform 2023-10-06 16:47:18 +05:30
markuskowa
d943caed6b
Merge pull request #259235 from sheepforce/qcelemental
qcelemental: 0.25.1 -> 0.26.0
2023-10-06 13:12:55 +02:00
kilianar
48febcc74f beancount: 2.3.5 -> 2.3.6
https://github.com/beancount/beancount/releases/tag/2.3.6
2023-10-06 13:10:41 +02:00
Pierre Bourdon
e462c9172c
Merge pull request #259039 from edef1c/cve-2023-4911-mitigation
nixos/security/wrappers: use musl rather than glibc and explicitly unset insecure env vars
2023-10-06 12:50:39 +02:00
Tom Fitzhenry
736884108d sgt-puzzles: rename all "sgtpuzzles" -> "sgt-puzzles"
nixpkgs currently mixes sgtpuzzles/sgt-puzzles across filenames,
packages, tests.

This inconsistency is frequently annoying.

Let's unify on "sgt-puzzles", on the basis that:
* "sgt-puzzles" is the package filename.
* Alpine/FreeBSD/Debian use "sgt-puzzles". No other distro uses
"sgtpuzzles". https://repology.org/project/sgt-puzzles/versions
2023-10-06 21:36:48 +11:00
Tom Fitzhenry
1cb1c88f9c phoc: add passthru.tests.phosh
In practice, phoc's primary reverse-dependency is phosh, so let's run
the phosh test on phoc updates.
2023-10-06 21:27:31 +11:00
Sergei Trofimovich
c65ad2c49f gzdoom: 4.10.0 -> 4.11.0
Among other things fixes build failure against gcc-13:

    $ nix build --impure --expr 'with import ./. {}; gzdoom.override { stdenv = gcc13Stdenv; }' -L
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h: In function 'void VmaUint32ToStr(char*, size_t, uint32_t)':
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2410:9: error: 'snprintf' was not declared in this scope
    gzdoom>  2410 |         snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
    gzdoom>       |         ^~~~~~~~
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2262:1: note: 'snprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?

Changes: https://github.com/ZDoom/gzdoom/releases/tag/g4.11.0
2023-10-06 11:15:58 +01:00
OTABI Tomoya
51d261b0ae
Merge pull request #259187 from cafkafk/cafk-kitty
kitty: 0.30.0 -> 0.30.1
2023-10-06 18:56:16 +09:00
OTABI Tomoya
4b570045d7
Merge pull request #259131 from GaetanLepage/numpyro
python310Packages.numpyro: 0.13.0 -> 0.13.2
2023-10-06 18:49:19 +09:00
OTABI Tomoya
5b1c1674ca
Merge pull request #259132 from mbalatsko/init-esig
python3Packages.esig: init at 0.9.8.3, python3Packages.iisignature: init at 0.24
2023-10-06 18:46:43 +09:00
Phillip Seeber
b68f1972fb qcelemental: 0.25.1 -> 0.26.0 2023-10-06 11:33:25 +02:00
Doron Behar
d6ac2df61d python3.pkgs.astropy: 5.3.3 -> 5.3.4 2023-10-06 12:32:08 +03:00
Bobby Rong
49dda70dbc
Merge pull request #259222 from bobby285271/fix/gnome-flashback-eval
nixosTests.gnome-flashback: Fix eval
2023-10-06 17:31:44 +08:00
OTABI Tomoya
69590b6698
Merge pull request #259220 from r-ryantm/auto-update/python310Packages.parver
python310Packages.parver: 0.4 -> 0.5
2023-10-06 18:25:57 +09:00
OTABI Tomoya
9f902e75cf
Merge pull request #259233 from r-ryantm/auto-update/python310Packages.django-reversion
python310Packages.django-reversion: 5.0.5 -> 5.0.6
2023-10-06 18:24:29 +09:00
Arthur Gautier
256c518a8a dpdk: fixup shared compilation
Dpdk build will default to static linking of its libraries if
`default_library` option is not specified. When shared is expected, we
should explicitely set the `default_library` option to `shared`.

This saves 586MB on the derivation output size:
```
95M	/nix/store/qydxxmcnh1w8yz58n36345kg3siimqip-dpdk-22.11.1
681M	/nix/store/pxvc5r3jvba1i96cma36akr7cnvnac3w-dpdk-22.11.1
```
2023-10-06 11:20:23 +02:00
OTABI Tomoya
e4507e79b9
Merge pull request #259331 from fabaff/camel-converter-bump
python311Packages.camel-converter: 3.0.2 -> 3.0.3
2023-10-06 18:09:16 +09:00
OTABI Tomoya
d52dcae543
Merge pull request #259332 from fabaff/garth-bump
python311Packages.garth: 0.4.37 -> 0.4.38
2023-10-06 18:08:21 +09:00
Markus Kowalewski
87e511cab3 amd-libflame: 3.0 -> 4.1
switch to cmake
2023-10-06 10:34:04 +02:00
Markus Kowalewski
197293b1d9 amd-libflame: add maintainer markuskowa 2023-10-06 10:34:04 +02:00
Markus Kowalewski
e6595dc7d4 aocl-utils: init at 4.1 2023-10-06 10:34:01 +02:00
Pol Dellaiera
3360cb0bb0 phpPackages.composer: 2.6.4 -> 2.6.5 2023-10-06 10:30:07 +02:00
Legion Orsetti
86d6401d3e
vencord: 1.5.3 -> 1.5.5 2023-10-06 10:29:49 +02:00
Bobby Rong
190a819ecb
nixosTests.gnome-flashback: Ensure gnome-flashback-media-keys starts 2023-10-06 16:04:24 +08:00
Fabian Affolter
a2eb207f45
Merge pull request #258611 from fabaff/alexapy-bump
python311Packages.alexapy: 1.27.1 -> 1.27.4
2023-10-06 09:35:11 +02:00
Fabian Affolter
0be35d57f3
Merge pull request #259323 from fabaff/whodap-bump
python311Packages.whodap: 0.1.9 -> 0.1.10
2023-10-06 09:34:24 +02:00
Fabian Affolter
6e7bf5cfe5
Merge pull request #259324 from fabaff/pyfibaro-bump
python311Packages.pyfibaro: 0.7.4 -> 0.7.5
2023-10-06 09:34:10 +02:00
Fabian Affolter
14f9a7faf7
Merge pull request #259325 from fabaff/memray-bump
memray: 1.9.1 -> 1.10.0
2023-10-06 09:33:58 +02:00
Fabian Affolter
3b5b5e72e5
Merge pull request #259326 from fabaff/checkov-bump
checkov: 2.5.4 -> 2.5.6
2023-10-06 09:33:50 +02:00
Fabian Affolter
ece34cea00
Merge pull request #258772 from r-ryantm/auto-update/python310Packages.textdistance
python310Packages.textdistance: 4.5.0 -> 4.6.0
2023-10-06 09:30:36 +02:00
Thomas Gerbet
cefa4f567a
Merge pull request #259296 from r-ryantm/auto-update/wch-isp
wch-isp: 0.2.5 -> 0.3.0
2023-10-06 09:21:06 +02:00
Icy-Thought
1045b89402
tree-sitter-grammars: add typst 2023-10-06 09:20:39 +02:00
David Knaack
4b58af2fcb gitoxide: 0.29.0 -> 0.30.0 2023-10-06 09:10:05 +02:00
markuskowa
3a388f757b
Merge pull request #258049 from r-ryantm/auto-update/libpsm2
libpsm2: 11.2.230 -> 12.0.1
2023-10-06 08:42:01 +02:00
Stanisław Pitucha
5c7a0f21f9
Merge pull request #259274 from viraptor/libsmi-new-clang
libsmi: fix missing declaration for new clang
2023-10-06 17:38:37 +11:00
Fabian Affolter
e4739c00ce python311Packages.gitignore-parser: 0.1.8 -> 0.1.9
Diff: https://github.com/mherrmann/gitignore_parser/compare/refs/tags/v0.1.8...v0.1.9

Changelog: https://github.com/mherrmann/gitignore_parser/releases/tag/v0.1.9
2023-10-06 08:28:40 +02:00
Fabian Affolter
8bf81e231c python311Packages.garth: 0.4.37 -> 0.4.38 2023-10-06 08:20:12 +02:00
Fabian Affolter
7e75e4954b python311Packages.camel-converter: 3.0.2 -> 3.0.3
Diff: https://github.com/sanders41/camel-converter/compare/refs/tags/v3.0.2...v3.0.3

Changelog: https://github.com/sanders41/camel-converter/releases/tag/v3.0.3
2023-10-06 08:18:58 +02:00
Fabian Affolter
9c8e91a620
python310Packages.django-reversion: add changelog to meta 2023-10-06 08:13:39 +02:00
Fabian Affolter
f435567137
Merge pull request #259271 from r-ryantm/auto-update/python310Packages.google-cloud-container
python310Packages.google-cloud-container: 2.31.0 -> 2.32.0
2023-10-06 08:12:27 +02:00
Fabian Affolter
25e31a5246
Merge pull request #259292 from r-ryantm/auto-update/python310Packages.magic-filter
python310Packages.magic-filter: 1.0.11 -> 1.0.12
2023-10-06 08:12:07 +02:00
Fabian Affolter
dbde6147d3
Merge pull request #259280 from r-ryantm/auto-update/python310Packages.junos-eznc
python310Packages.junos-eznc: 2.6.7 -> 2.6.8
2023-10-06 08:11:39 +02:00
Vincent Laporte
fa23afc15e
ocamlPackages.lwt: 5.6.1 → 5.7.0 2023-10-06 08:11:13 +02:00
Vincent Laporte
bbb8c88974
ocamlPackages.containers-data: disable tests with OCaml 5.0 2023-10-06 08:11:12 +02:00
Vincent Laporte
ff910956e9
ocamlPackages.kafka_lwt: disable for OCaml ≥ 5.0 2023-10-06 08:11:06 +02:00
R. Ryantm
b93cbab840 wakapi: 2.8.1 -> 2.8.2 2023-10-06 06:09:22 +00:00
Fabian Affolter
d6da67d4c9 python311Packages.whodap: 0.1.9 -> 0.1.10
Diff: https://github.com/pogzyb/whodap/compare/refs/tags/v0.1.9...v0.1.10

Changelog: https://github.com/pogzyb/whodap/releases/tag/v0.1.10
2023-10-06 08:09:12 +02:00
Fabian Affolter
794774b837 python311Packages.pyfibaro: 0.7.4 -> 0.7.5
Diff: https://github.com/rappenze/pyfibaro/compare/refs/tags/0.7.4...0.7.5

Changelog: https://github.com/rappenze/pyfibaro/releases/tag/0.7.5
2023-10-06 08:08:34 +02:00
Fabian Affolter
61a4911e68 memray: 1.9.1 -> 1.10.0
Changelog: https://github.com/bloomberg/memray/releases/tag/1.10.0
2023-10-06 08:07:25 +02:00