Fabian Affolter and GitHub
b6612e76aa
python313Packages.dbus-fast: 2.24.3 -> 2.28.0 ( #372470 )
2025-01-11 23:26:11 +01:00
5513dd6621
lib60870: 2.3.2 -> 2.3.3 ( #372763 )
...
Co-authored-by: stv0g <post@steffenvogel.de >
2025-01-11 22:21:49 +00:00
Gaétan Lepage and GitHub
647aa67868
llm-ls: cleanup ( #372936 )
2025-01-11 23:12:55 +01:00
Arne Keller and GitHub
8e4661fd5c
ente-auth: 4.2.3 -> 4.2.4 ( #372873 )
2025-01-11 23:05:39 +01:00
Gaétan Lepage and GitHub
a705169775
vimPlugins: remove explicit nvimRequireCheck ( #367801 )
2025-01-11 23:05:13 +01:00
Arne Keller and GitHub
299f4adc1c
simpleitk: 2.4.0 -> 2.4.1 ( #372830 )
2025-01-11 22:55:00 +01:00
Fabian Affolter and GitHub
48699a32bb
python312Packages.aubio: disable failing tests ( #373043 )
2025-01-11 22:51:46 +01:00
Gaétan Lepage and GitHub
57fd9e9f21
vimPlugins: add plugins related to ddc.vim ( #372961 )
2025-01-11 22:51:24 +01:00
Cosima Neidahl and GitHub
e6e0c4990d
lomiri.lomiri-ui-toolkit: 1.3.5100 -> 1.3.5110 ( #373005 )
2025-01-11 22:50:17 +01:00
Gaétan Lepage and GitHub
c17afacb50
vimPlugins.mini-snippets: init at 2025-01-11 ( #373032 )
2025-01-11 22:45:23 +01:00
Arne Keller and GitHub
8b86bf07bc
racket: refactor and add features, 8.14 -> 8.15, mark Darwin as badPlatforms ( #365194 )
2025-01-11 22:42:43 +01:00
Fabian Affolter
d820ff34d8
python312Packages.aubio: disable failing tests
2025-01-11 22:39:30 +01:00
Fabian Affolter
e6ec408b5b
python312Packages.aubio:: remove buildInputs
2025-01-11 22:39:30 +01:00
Fabian Affolter
f4bb0042d9
python312Packages.aubio: update meta
...
- add changelog
- specify license
2025-01-11 22:39:30 +01:00
Arne Keller and GitHub
f864546fb1
verible: 0.0.3836 -> 0.0.3894 ( #371345 )
2025-01-11 22:38:54 +01:00
Nick Cao and GitHub
efa54c132f
python312Packages.flax: disable failing tests on darwin ( #372122 )
2025-01-11 16:37:10 -05:00
K900 and GitHub
4f658fc4e4
i2pd: 2.54.0 -> 2.55.0 ( #369662 )
2025-01-12 00:36:34 +03:00
Gaétan Lepage and GitHub
8a6a6d3992
python312Packages.ml-dtypes: 0.5.0 -> 0.5.2 ( #371597 )
2025-01-11 22:33:52 +01:00
Emily and GitHub
2e0334eb89
Revert "nixos/rustic: init module" ( #373035 )
2025-01-11 22:32:41 +01:00
Gaetan Lepage
5182991593
python312Packages.flax: disable failing tests on darwin
2025-01-11 22:28:43 +01:00
Fabian Affolter and GitHub
c349d6af2c
python312Packages.azure-mgmt-cognitiveservices: 13.5.0 -> 13.6.0 ( #373027 )
2025-01-11 22:28:34 +01:00
Fabian Affolter and Dmitry Kalinkin
1172244c58
python312Packages.energyflow: 1.3.3 -> 1.4.0
...
Diff: thaler-lab/EnergyFlow@refs/tags/v1.4.0...v1.4.0
Changelog: https://github.com/thaler-lab/EnergyFlow/releases/tag/v1.4.0
2025-01-11 16:28:22 -05:00
Fabian Affolter and GitHub
40b00ffd44
python312Packages.env-canada: 0.7.2 -> 0.8.0 ( #372331 )
2025-01-11 22:27:55 +01:00
Robert Schütz and GitHub
2cecf0cda6
python313Packages.construct-typing: disable faling tests on Python 3.13 ( #373030 )
2025-01-11 13:18:17 -08:00
Nick Cao and GitHub
55077dd5f5
python312Packages.equinox: skip failing test on darwin ( #372132 )
2025-01-11 16:16:22 -05:00
Fabian Affolter
4bc4a96aa5
python312Packages.env-canada: 0.7.2 -> 0.8.0
...
Diff: michaeldavie/env_canada@refs/tags/v0.7.2...v0.8.0
Changelog: https://github.com/michaeldavie/env_canada/blob/v0.8.0/CHANGELOG.md
2025-01-11 22:10:22 +01:00
Emily and GitHub
e7e0421242
Revert "nixos/rustic: init module"
2025-01-11 22:06:17 +01:00
Matt McHenry and GitHub
9692553cb5
epson-escpr: restore correct install layout ( #373003 )
...
in 75ad852256 , some new patches were
added (to deal with gcc 14, among other things). these patches
disagree with the source tarball about the line endings of the files
being patches. in that commit, the solution was to run dos2unix
across the entire source tree.
however, that produced this failure:
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
so in that same commit, automake and autoconf were added to
nativeBuildInputs. this fixed that error, but it meant that the
'configure' script was regenerated. and that's a problem, because
cups-filter-ppd-dirs.patch patches the 'configure' script to ensure
that the installPhase doesn't introduce weird partial store paths
under $out.
as it turns out, there is only one file that is both touched by the
new patches and comes with dos line endings in the source tarball.
so, we can be much more focused with our invocation of dos2unix. this
prevents the build from seeing unexpected modifications and deciding
to try to clobber our patch to the 'configure' script.
further, if we shift our invocation of dos2unix from the unpack phase
to the patch phase, we've already cd'd into the unpacked source
directory, so we don't need any obscure bash voodoo to figure out its
name.
2025-01-11 22:00:57 +01:00
Fabian Affolter and GitHub
4408852cd4
python313Packages.environs: 14.0.0 -> 14.1.0 ( #373022 )
2025-01-11 22:00:36 +01:00
Fabian Affolter and GitHub
2223efa722
python312Packages.awswrangler: 3.10.1 -> 3.11.0 ( #373018 )
2025-01-11 22:00:00 +01:00
Fabian Affolter and GitHub
e9e1ec19fc
python312Packages.busylight-for-humans: 0.33.0 -> 0.33.2 ( #373015 )
2025-01-11 21:59:44 +01:00
Fabian Affolter and GitHub
ff43ee24c4
python313Packages.aiogram: 3.16.0 -> 3.17.0 ( #373014 )
2025-01-11 21:59:24 +01:00
Fabian Affolter and GitHub
830847b211
python312Packages.elementpath: 4.5.0 -> 4.6.0 ( #364152 )
2025-01-11 21:58:17 +01:00
mmfallacy
555e3e86ce
vimPlugins.mini-snippets: init at 2025-01-11
2025-01-12 04:55:20 +08:00
Fabian Affolter
66e1128445
python313Packages.construct-typing: disable faling tests on Python 3.13
2025-01-11 21:49:56 +01:00
Fabian Affolter
b918d10c29
python312Packages.azure-mgmt-cognitiveservices: 13.5.0 -> 13.6.0
...
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cognitiveservices_13.6.0/sdk/cognitiveservices/azure-mgmt-cognitiveservices/CHANGELOG.md
2025-01-11 21:37:47 +01:00
Emily Trau and GitHub
f211cbd993
rar2hashcat: init at 1.0 ( #372818 )
2025-01-12 07:37:36 +11:00
Fabian Affolter and GitHub
514ec34b5f
python312Packages.pyroute2: 0.7.12 -> 0.8.1 ( #367578 )
2025-01-11 21:28:40 +01:00
Fabian Affolter
589a387a44
python312Packages.amaranth: disable failing tests
2025-01-11 21:26:29 +01:00
Fabian Affolter and GitHub
0a85603e5f
badchars: 0.4.0 -> 0.5.0 ( #371253 )
2025-01-11 21:15:12 +01:00
Fabian Affolter
fbb280f870
python313Packages.environs: 14.0.0 -> 14.1.0
...
Diff: https://github.com/sloria/environs/compare/refs/tags/14.0.0...14.1.0
Changelog: https://github.com/sloria/environs/blob/14.1.0/CHANGELOG.md
2025-01-11 21:01:58 +01:00
Cosima Neidahl and GitHub
09eed56512
lomiri.lomiri-system-settings-unwrapped: 1.2.0 -> 1.3.0 ( #372747 )
2025-01-11 21:00:49 +01:00
jopejoe1 and GitHub
f4b9b8f00b
firefox-beta-unwrapped: 133.0b9 -> 135.0b3 ( #373010 )
2025-01-11 20:00:22 +00:00
Fabian Affolter and GitHub
d41fd652fd
amber-secret: add changelog to meta ( #371251 )
2025-01-11 20:56:25 +01:00
Fabian Affolter
cbd055b534
python312Packages.awswrangler: 3.10.1 -> 3.11.0
...
Diff: https://github.com/aws/aws-sdk-pandas/compare/refs/tags/3.10.1...3.11.0
Changelog: https://github.com/aws/aws-sdk-pandas/releases/tag/3.11.0
2025-01-11 20:37:28 +01:00
Fabian Affolter
35c29c2e9c
python312Packages.busylight-for-humans: 0.33.0 -> 0.33.2
...
Diff: https://github.com/JnyJny/busylight/compare/refs/tags/0.33.0...0.33.2
Changelog: https://github.com/JnyJny/busylight/releases/tag/0.33.2
2025-01-11 20:36:31 +01:00
R. Ryantm and Dmitry Kalinkin
430e618f93
python312Packages.scikit-hep-testdata: 0.5.0 -> 0.5.2
2025-01-11 14:31:13 -05:00
Donovan Glover and GitHub
d9924f5341
inori: init at 0.2.2 ( #371762 )
2025-01-11 19:31:01 +00:00
Fabian Affolter
3402ec2496
python313Packages.aiogram: 3.16.0 -> 3.17.0
...
Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.16.0...v3.17.0
Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.17.0
2025-01-11 20:30:08 +01:00
ddbae7faac
tideways-cli: 1.2.2 -> 1.2.4 ( #373007 )
...
Co-authored-by: shyim <github@shyim.de >
2025-01-11 19:21:04 +00:00