Commit Graph

732228 Commits

Author SHA1 Message Date
Paul Meyer cde70d3eec formatjson5: fix missing_docs error (#370124) 2025-01-02 15:41:12 +01:00
Dimitar Nestorov 10a75ab5b2 doc: titanium tombstone 2025-01-02 15:05:26 +01:00
Dimitar Nestorov 9516e693c6 doc/rl-2505: mention removal of titaniumenv, titanium, and titanium-alloy 2025-01-02 15:05:26 +01:00
Dimitar Nestorov 91a004b943 titanium: remove 2025-01-02 15:05:26 +01:00
Dimitar Nestorov d2f4842daa titanium-alloy: remove 2025-01-02 15:05:26 +01:00
Dimitar Nestorov b754b036e3 titaniumenv: remove 2025-01-02 15:05:26 +01:00
lassulus d6108a545d iay: 0.4.2 -> 0.4.3 (#370236) 2025-01-02 15:02:26 +01:00
Pol Dellaiera c4ea4ef6a7 ruff: 0.8.4 -> 0.8.5 (#370215) 2025-01-02 14:58:24 +01:00
Robert Schütz 0654d1d75d home-assistant-custom-components.homematicip_local: 1.75.0 -> 1.76.1 (#370018) 2025-01-02 05:52:27 -08:00
Robert Schütz 3ffbaaf38c python312Packages.netcdf4: 1.7.1.post2 -> 1.7.2 (#365242) 2025-01-02 05:51:48 -08:00
Doron Behar 6b8936fa72 nerd-fonts: fix and improve pname, version and license handling (#370225) 2025-01-02 15:51:01 +02:00
Doron Behar 80c49d8cb5 octave: Do not --enable-link-all-dependencies on Darwin (#368376) 2025-01-02 15:36:51 +02:00
R. Ryantm eadbe6c73c iay: 0.4.2 -> 0.4.3 2025-01-02 13:26:02 +00:00
Pol Dellaiera 3fe57fe3bc iosevka: 32.2.1 -> 32.3.1 (#370165) 2025-01-02 14:22:41 +01:00
rczb d37ad3d28f nerd-fonts: add releaseVersion to passthru 2025-01-02 21:11:06 +08:00
Donovan Glover e93e8eacd4 tlsclient: 1.6.5 -> 1.6.6 (#370046) 2025-01-02 13:07:27 +00:00
rczb 06d52b09a2 nerd-fonts: fix attr name and version handling 2025-01-02 21:07:12 +08:00
rczb e18aa0b180 nerd-fonts: change pname, version and license schema
Fix issue #370117.
2025-01-02 21:07:12 +08:00
Gaétan Lepage e370ce7633 prism: minor refactoring (#370220) 2025-01-02 13:57:33 +01:00
Yt 8cb31dc955 python312Packages.open-interpreter: fix build (#369798) 2025-01-02 07:55:52 -05:00
Mauricio Collares 719b1e4af6 lcalc: fix clang-19 build (#370176) 2025-01-02 13:51:10 +01:00
nixpkgs-merge-bot[bot] 27b7fc999b factoriolab: 3.8.9 -> 3.8.10 (#370177) 2025-01-02 12:50:32 +00:00
Gaetan Lepage dcbd560920 prism: minor refactoring 2025-01-02 13:49:15 +01:00
Gaétan Lepage 134992ae32 python312Packages.pyseries: init at 1.0.26 (#370182) 2025-01-02 13:45:45 +01:00
nixpkgs-merge-bot[bot] 3836334a52 k6: 0.55.1 -> 0.55.2 (#369317) 2025-01-02 12:44:40 +00:00
Alexander Sieg d697308143 bacon: 3.6.0 -> 3.7.0 (#370196) 2025-01-02 13:43:26 +01:00
Masum Reza 2fd3e1f46c roddhjav-apparmor-rules: 0-unstable-2024-12-13 -> 0-unstable-2024-12-25 (#370058) 2025-01-02 18:08:04 +05:30
Pol Dellaiera 3e05e2d055 ckan: Install desktop file and icons (#370141) 2025-01-02 13:36:41 +01:00
Gaetan Lepage 6a22aaca72 python312Packages.pyseries: init at 1.0.26 2025-01-02 13:33:51 +01:00
Gaetan Lepage 41ea9f4690 python312Packages.pyedflib: init at 0.1.38 2025-01-02 13:33:49 +01:00
Gaétan Lepage 7453d023de python312Packages.plotnine: 0.14.4 -> 0.14.5 (#370192) 2025-01-02 13:32:34 +01:00
Gaétan Lepage ee1e1e64d6 python312Packages.mmcv: clean derivation (#370193) 2025-01-02 13:29:15 +01:00
Gaetan Lepage 01ff4040a9 ruff: 0.8.4 -> 0.8.5
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.8.4...0.8.5

Changelog: https://github.com/astral-sh/ruff/releases/tag/0.8.5
2025-01-02 13:28:42 +01:00
David McFarland 14f4013165 mesen: init at 2.0.0-unstable-2024-12-25 (#301666) 2025-01-02 08:23:42 -04:00
Reno Dakota 6e95ad3b2b lcalc: workaround for vendored <complex>
https://gitlab.com/sagemath/lcalc/-/issues/16

add -D_GLIBCXX_COMPLEX -D_LIBCPP_COMPLEX -D_LIBCPP___FWD_COMPLEX_H to
prevent including system <complex> and use the vendored copy.
2025-01-02 04:20:53 -08:00
Jonas Fierlings 8c30dd41a7 python312Packages.blockdiag: fix missing runtime dependency
The `blockdiag.imagedraw` module has a runtime dependency on
[`pkg_resources`], which is part of the `setuptools` package.

[`pkg_resources`]: https://github.com/blockdiag/blockdiag/blob/3.0.0/src/blockdiag/imagedraw/__init__.py#L16
2025-01-02 12:59:51 +01:00
nixpkgs-merge-bot[bot] d9c740e230 renode-dts2repl: 0-unstable-2024-12-20 -> 0-unstable-2024-12-28 (#370173) 2025-01-02 11:56:35 +00:00
misuzu 7495386a9a yacreader: 9.14.2 -> 9.15.0 (#369984) 2025-01-02 13:45:12 +02:00
misuzu 660345672d python312Packages.strawberry-graphql: fix build (#370062) 2025-01-02 13:43:14 +02:00
Gaétan Lepage 7cb9646516 python312Packages.torchmetrics: 1.4.3 -> 1.6.1 (#350488) 2025-01-02 12:35:43 +01:00
lassulus a7fa74ca5a usbkvm: fix non-null vendorHash for release tarball (#369381) 2025-01-02 12:25:25 +01:00
Mauricio Collares d5dfb150b2 singular, gfan: fix the same clang-19 error (#370174) 2025-01-02 12:22:19 +01:00
Gaetan Lepage 501e5ba9ce python312Packages.mmcv: clean derivation 2025-01-02 12:21:44 +01:00
Gaetan Lepage 5f7fc7beb0 python312Packages.plotnine: 0.14.4 -> 0.14.5
Diff: https://github.com/has2k1/plotnine/compare/refs/tags/v0.14.4...v0.14.5

Changelog: https://github.com/has2k1/plotnine/releases/tag/v0.14.5
2025-01-02 12:20:21 +01:00
nixpkgs-merge-bot[bot] d3d743323b spectra: 1.0.1 -> 1.1.0 (#369980) 2025-01-02 11:17:53 +00:00
R. Ryantm 1833a29ada bacon: 3.6.0 -> 3.7.0 2025-01-02 11:16:47 +00:00
Arne Keller 043f8e5980 rspamd: build with vectorscan (#370169) 2025-01-02 12:13:54 +01:00
Franz Pletz 3b11e0c595 vectorscan: reformat 2025-01-02 11:55:59 +01:00
Franz Pletz fac85fd1fc vectorscan: fix pkg-config 2025-01-02 11:55:58 +01:00
Franz Pletz 8474f557ef rspamd: build with vectorscan 2025-01-02 11:55:12 +01:00