Philip Taron
bdd4fb5000
sbclPackages.cl-ana: fix type error in fixed-mem-cache for SBCL 2.6.0
...
In cl-ana.makeres, the fixed-mem-cache function uses
(setf (cdr (last cache)) (list id)) where cache can be nil (initial
state or after popping all elements). (last nil) returns nil, making
(setf (cdr nil) ...) undefined. SBCL 2.6.0's stricter type inference
catches this as a type conflict, causing COMPILE-FILE-ERROR.
Replace with nconc which handles the nil case correctly.
2026-02-16 06:51:22 -08:00
Philip Taron
ddcc48c352
sbclPackages.antik-base, etc: remove broken documentation.pdf symlink
...
The antik source archive contains a documentation.pdf symlink pointing
to documentation/build/latex/Antik.pdf which doesn't exist, causing
the noBrokenSymlinks check to fail. Remove it in all five packages
built from this archive: antik, antik-base, foreign-array,
physical-dimension, and science-data.
2026-02-16 06:32:02 -08:00
Philip Taron
76d77908d6
sbclPackages.named-readtables: fix build with SBCL 2.6.0
...
SBCL commit 00eabf5 changed the readtable's base-char-macro-array to
store 0 instead of NIL for non-macro characters. Since (if 0 ...) is
truthy in Common Lisp, the named-readtables readtable iterator
incorrectly yields all characters, causing assertion failures in
check-reader-macro-conflict when packages like cl-interpol,
pythonic-string-reader, and antik-base merge readtables.
Apply upstream fix from melisgl/named-readtables@6eea566 .
2026-02-16 06:31:29 -08:00
Philip Taron
16b5704d15
niks3: init at 1.3.0
...
It's a S3-backed Nix binary cache with garbage collection.
The derivation is mostly taken from https://github.com/Mic92/niks3/blob/main/nix/packages/niks3.nix and adapted for Nixpkgs.
There's an upstream NixOS test I could also port, but chose not to.
2026-02-13 09:33:44 -08:00
nixpkgs-ci[bot]
394a1cc6ad
openapi-python-client: 0.28.1 -> 0.28.2 ( #490071 )
2026-02-13 13:52:53 +00:00
nixpkgs-ci[bot]
d75df863dc
wheelwizard: 2.3.3 -> 2.3.5 ( #488782 )
2026-02-13 13:52:46 +00:00
Philip Taron
4470071aab
mkDerivation: make allowedReference/allowedRequisites nullable when __structuredAttrs is true ( #462141 )
2026-02-13 13:44:52 +00:00
Cosima Neidahl
af50ee8679
palemoon-bin,palemoon-gtk2-bin: migrate to by-name ( #485425 )
2026-02-13 13:26:41 +00:00
Vincent Laporte
44daa4fa27
compcert: 3.16 → 3.17 ( #490095 )
2026-02-13 13:13:02 +00:00
Florian Klink
9dc317ebf5
xmedcon: 0.25.3 -> 0.26.1 ( #485613 )
2026-02-13 13:07:53 +00:00
Wolfgang Walther
a77b121519
cabal2nix: add pname and version, also move to by-name ( #482978 )
2026-02-13 13:06:53 +00:00
Maximilian Bosch
40230d4b0d
linux/hardened/patches/6.12: v6.12.66-hardened1 -> v6.12.69-hardened1 ( #489392 )
2026-02-13 12:58:09 +00:00
Maximilian Bosch
731888828e
prometheus-redis-exporter: 1.80.2 -> 1.81.0 ( #489728 )
2026-02-13 12:51:15 +00:00
Florian Klink
652057d3d3
xmedcon: 0.26.0 -> 0.26.1
2026-02-13 14:49:31 +02:00
Florian Klink
0b2880305e
xmedcon: fix cross
2026-02-13 14:46:03 +02:00
Gergő Gutyina
fe17e0ab2e
linkwarden: 2.13.4 -> 2.13.5 ( #483764 )
2026-02-13 12:44:04 +00:00
Gergő Gutyina
a0809b5f35
gef: 2025.01 -> 2026.01 ( #486181 )
2026-02-13 12:40:58 +00:00
Vincent Laporte
9d6c891e03
compcert: 3.16 → 3.17
2026-02-13 13:38:09 +01:00
Gergő Gutyina
8e9ba61529
obs-studio-plugins.obs-media-controls: 0.4.1 -> 0.5.0 ( #445693 )
2026-02-13 12:33:34 +00:00
Gergő Gutyina
3bec3ffd10
python3Packages.jsonschema-rs: 0.38.1 -> 0.39.0 ( #480990 )
2026-02-13 12:30:48 +00:00
nixpkgs-ci[bot]
3f701fe3ea
unciv: 4.19.11 -> 4.19.12 ( #490045 )
2026-02-13 12:26:30 +00:00
R. Ryantm
d36aaad7c4
xmedcon: 0.25.3 -> 0.26.0
2026-02-13 14:24:48 +02:00
Maximilian Bosch
398ef0fd60
php: 8.4.17 -> 8.4.18, 8.5.2 -> 8.5.3 ( #489938 )
2026-02-13 12:21:46 +00:00
Gergő Gutyina
b78df4429a
endless-sky: 0.10.16 -> 0.11.0 ( #485928 )
2026-02-13 12:14:09 +00:00
Gergő Gutyina
aca73e4a33
nitrokey-app2: 2.4.3 -> 2.5.2 ( #485424 )
2026-02-13 12:13:08 +00:00
Florian Klink
b3bc6e8ce7
gerrit: 3.13.2 -> 3.13.3 ( #489862 )
2026-02-13 12:11:12 +00:00
Gergő Gutyina
ed8866c313
scitokens-cpp: 1.2.0 -> 1.3.0 ( #484967 )
2026-02-13 12:09:24 +00:00
Fabian Affolter
6f29ac6df5
python3Packages.specfile: 0.38.0 -> 0.39.0 ( #490068 )
2026-02-13 12:08:13 +00:00
Gergő Gutyina
8ea237b6ae
jackett: 0.24.831 -> 0.24.1066 ( #481548 )
2026-02-13 12:07:06 +00:00
Gergő Gutyina
dd20cb70d7
sbt: 1.12.1 -> 1.12.2 ( #484010 )
2026-02-13 12:05:49 +00:00
Gergő Gutyina
8b6eb0ce49
plasticscm-client-core-unwrapped: 11.0.16.9890 -> 11.0.16.9925 ( #486351 )
2026-02-13 12:02:13 +00:00
Florian Klink
0ab087c8fb
python3Packages.pcodec: 1.0.0 -> 1.0.1 ( #490012 )
2026-02-13 11:59:26 +00:00
nixpkgs-ci[bot]
0f2d74a6be
haproxy: 3.3.2 -> 3.3.3 ( #489974 )
2026-02-13 11:49:42 +00:00
Fabian Affolter
a4135fc123
python314Packages.pytest-aio: 2.0.0 -> 2.1.7 ( #490067 )
2026-02-13 11:09:04 +00:00
nixpkgs-ci[bot]
2ac85f03c4
conmon: 2.2.0 -> 2.2.1 ( #489978 )
2026-02-13 11:07:24 +00:00
nixpkgs-ci[bot]
5fded0cc8d
qwen-code: 0.9.1 -> 0.10.1 ( #490070 )
2026-02-13 10:46:09 +00:00
Fabian Affolter
e6e7dd2f14
python314Packages.pytest-aio: migrate to FinalAttrs
2026-02-13 11:45:45 +01:00
Fabian Affolter
fb227f1a9b
python314Packages.pytest-aio: 2.0.0 -> 2.1.7
...
Diff: https://github.com/klen/pytest-aio/compare/43681bcfc6d2ee07bf9397a1b42d1ccfbb891deb...43681bcfc6d2ee07bf9397a1b42d1ccfbb891deb
Changelog: https://github.com/klen/pytest-aio/blob/2.1.7/CHANGELOG.md
2026-02-13 11:45:45 +01:00
Yureka
86fd39f550
electron_{38,39,40}: updates ( #489500 )
2026-02-13 10:39:56 +00:00
Fabian Affolter
f446390e1e
python313Packages.hass-nabucasa: 1.12.0 -> 1.14.0 ( #487469 )
2026-02-13 11:43:14 +01:00
Bruno BELANYI
acd046b4c7
python3Packages.fava-dashboards: 2.0.0b4 -> 2.0.0b5 ( #490023 )
2026-02-13 10:34:38 +00:00
misuzu
64d895cb24
libretranslate: 1.8.4 -> 1.9.0 ( #489783 )
2026-02-13 10:25:38 +00:00
nixpkgs-ci[bot]
cf37d1de6b
kazumi: 1.9.6 -> 2.0.2 ( #489958 )
2026-02-13 10:23:49 +00:00
nixpkgs-ci[bot]
65a61c5c34
ruffle: 0.2.0-nightly-2026-02-02 -> 0.2.0-nightly-2026-02-09 ( #488638 )
2026-02-13 10:23:46 +00:00
R. Ryantm
c93ee7b19c
openapi-python-client: 0.28.1 -> 0.28.2
2026-02-13 10:23:00 +00:00
R. Ryantm
1bcf1b2097
qwen-code: 0.9.1 -> 0.10.1
2026-02-13 10:19:31 +00:00
Yureka
74954722c6
peering-manager: 1.10.1 -> 1.10.3 ( #474859 )
2026-02-13 10:00:19 +00:00
nixpkgs-ci[bot]
d2b9deb5b0
home-manager: 0-unstable-2026-01-20 -> 0-unstable-2026-02-09 ( #484603 )
2026-02-13 09:57:32 +00:00
Fabian Affolter
5237df5eba
python3Packages.specfile: 0.38.0 -> 0.39.0
...
Diff: https://github.com/packit/specfile/compare/0.38.0...0.39.0
Changelog: https://github.com/packit/specfile/blob/0.39.0/CHANGELOG.md
2026-02-13 10:51:48 +01:00
Weijia Wang
802054a49b
libphonenumber: 9.0.23 -> 9.0.24 ( #489980 )
2026-02-13 09:46:55 +00:00