Commit Graph

348776 Commits

Author SHA1 Message Date
Artturi
1bcd8f6e96
Merge pull request #155557 from r-ryantm/auto-update/nwg-wrapper
nwg-wrapper: 0.1.0 -> 0.1.2
2022-01-25 15:18:59 +02:00
Robert Hensing
8919495cac
Merge pull request #156503 from hercules-ci/nixos-add-system.build-options
nixos: Add `system.build.`{`toplevel`,`installBootLoader`}, improve error message
2022-01-25 14:13:24 +01:00
Artturi
25dc5a5d2d
Merge pull request #156300 from r-ryantm/auto-update/vintagestory 2022-01-25 15:12:53 +02:00
Martin Weinelt
919ff97d56
Merge pull request #156695 from r-ryantm/auto-update/python3.10-django-taggit 2022-01-25 14:07:59 +01:00
Alexander Nortung
fc475fa802
sagetex: etc
Formatting.

Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2022-01-25 13:05:56 +00:00
legendofmiracles
8479908fd8
Merge pull request #154839 from jyooru/cleanup/qtile 2022-01-25 07:04:54 -06:00
Artturi
74efa31c2f
Merge pull request #156141 from r-ryantm/auto-update/swayr 2022-01-25 15:03:49 +02:00
Robert Hensing
64b5e92f2c
Merge pull request #135881 from azuwis/master
fetchgit: Support sparse checkout
2022-01-25 13:55:55 +01:00
Fabian Affolter
026a6c47b4
Merge pull request #156238 from r-ryantm/auto-update/python3.10-aioesphomeapi
python310Packages.aioesphomeapi: 10.6.0 -> 10.8.0
2022-01-25 13:54:08 +01:00
Fabian Affolter
a2de7e4563
Merge pull request #156226 from r-ryantm/auto-update/python3.10-aiohwenergy
python310Packages.aiohwenergy: 0.6.0 -> 0.7.0
2022-01-25 13:53:38 +01:00
Alexander Nortung
375b48a52d sagetex: init at 3.6
sagetex: init at 3.6

sagetex: refactor

Will now build from source

sagetex: etc

Changed description.

Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2022-01-25 13:47:36 +01:00
Fabian Affolter
aec4ff27f3
Merge pull request #155761 from r-ryantm/auto-update/python310Packages.jdatetime
python310Packages.jdatetime: 3.8.0 -> 3.8.1
2022-01-25 13:41:42 +01:00
Fabian Affolter
19675887d9
Merge pull request #156680 from fabaff/bump-flux-led
python3Packages.flux-led: 0.28.10 -> 0.28.11
2022-01-25 13:40:59 +01:00
Fabian Affolter
2cab0f1df8
Merge pull request #156642 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.9.1 -> 0.9.2
2022-01-25 13:40:33 +01:00
Fabian Affolter
41ce4efc41
Merge pull request #156532 from fabaff/bump-kubescape
kubescape: 2.0.142 -> 2.0.143
2022-01-25 13:39:55 +01:00
Fabian Affolter
4688048c4f
Merge pull request #156652 from r-ryantm/auto-update/python3.10-levenshtein
python310Packages.levenshtein: 0.16.0 -> 0.17.0
2022-01-25 13:39:33 +01:00
R. Ryantm
e65d53007d python310Packages.django-taggit: 2.0.0 -> 2.1.0 2022-01-25 12:26:55 +00:00
Thomas Gerbet
d33a77c056 cosign: 1.4.1 -> 1.5.0
https://github.com/sigstore/cosign/releases/tag/v1.5.0
2022-01-25 22:14:54 +10:00
R. Ryantm
a8e94e7e90 python310Packages.glom: 20.11.0 -> 22.1.0 2022-01-25 12:13:06 +00:00
Théo Zimmermann
075b606ef9 coqPackages.corn: mark as compatible with Coq 8.15 2022-01-25 12:59:07 +01:00
Théo Zimmermann
e40a892f11 coqPackages.math-classes: 8.13.0 -> 8.15.0
Compatibility with Coq 8.15.
2022-01-25 12:59:07 +01:00
Bobby Rong
a147b46130
Merge pull request #156465 from linyinfeng/godns
godns: 2.5.3 -> 2.6
2022-01-25 19:51:11 +08:00
Bobby Rong
49df3fe6bc
Merge pull request #156338 from ZenithalHourlyRate/proxychains-ng-4.16
proxychains-ng: 4.15 -> 4.16
2022-01-25 19:45:45 +08:00
Sandro
43fc525d15
Merge pull request #156677 from SuperSandro2000/topgrade 2022-01-25 12:31:39 +01:00
R. Ryantm
6fd76ce628 python310Packages.markdown-it-py: 2.0.0 -> 2.0.1 2022-01-25 11:21:43 +00:00
Jacek Galowicz
ac44b27bab
Merge pull request #153077 from Madouura/dev/bcachefs-test
nixos/tests/bcachefs: use multi-disk
2022-01-25 11:53:44 +01:00
Fabian Affolter
882241e7a8
Merge pull request #156669 from r-ryantm/auto-update/python3.10-pylaunches
python310Packages.pylaunches: 1.2.1 -> 1.2.2
2022-01-25 11:14:33 +01:00
José Luis Lafuente
71dd58ce85
tree-sitter-markdown: ikatyang parser to MDeiml
Replace
https://github.com/ikatyang/tree-sitter-markdown
with
https://github.com/MDeiml/tree-sitter-markdown

With neovim, the current markdown parser crashes sometimes.
nvim-treesitter project uses MDeiml parser to avoid those crashes,
take a look to
https://github.com/nvim-treesitter/nvim-treesitter/pull/2105 and
https://github.com/nvim-treesitter/nvim-treesitter/issues/872 to see why
the picked one over the other.
2022-01-25 11:10:49 +01:00
Fabian Affolter
c069b934c2 python3Packages.flux-led: 0.28.10 -> 0.28.11 2022-01-25 11:09:21 +01:00
Fabian Affolter
cd0e58e561 python3Packages.woob: disable doctest and coverage 2022-01-25 11:07:10 +01:00
Fabian Affolter
b8882c701d python3Packages.weboob: disable failing tests 2022-01-25 11:06:54 +01:00
Vincent Laporte
20e7213d16 coq_8_15: 8.15+rc1 → 8.15.0 2022-01-25 10:53:57 +01:00
Mario Rodas
f8ea1ec9ce
dune_2: 2.9.1 -> 2.9.2 (#156329)
https://github.com/ocaml/dune/releases/tag/2.9.2
2022-01-25 10:53:20 +01:00
Sandro Jäckel
479a6c4362
topgrade: 8.1.2 -> 8.2.0 2022-01-25 10:46:44 +01:00
R. Ryantm
5c9b88f321 python310Packages.aiounifi: 29 -> 30 2022-01-25 09:36:47 +00:00
Franz Pletz
5cbff8a564
Merge pull request #156604 from rnhmjoj/pr-rxvt 2022-01-25 10:34:40 +01:00
Maximilian Bosch
8a5e9ef604
Merge pull request #156553 from sumnerevans/matrix-synapse-1.50.2
matrix-synapse: 1.50.1 -> 1.50.2
2022-01-25 10:25:36 +01:00
Sandro
e855c3cb88
Merge pull request #156634 from helsinki-systems/upd/uutils 2022-01-25 10:22:20 +01:00
Martin Weinelt
aa7bc4e0cd
Merge pull request #156347 from cpcloud/nixpkgs-bump-mkdocs 2022-01-25 10:06:49 +01:00
Bobby Rong
b074eb6b05
Merge pull request #156516 from r-ryantm/auto-update/vnstat
vnstat: 2.8 -> 2.9
2022-01-25 16:51:36 +08:00
Fabian Affolter
bbae68bf89 kubescape: 2.0.142 -> 2.0.143 2022-01-25 09:35:53 +01:00
Fabian Affolter
005f015bf3 kubescape: 2.0.141 -> 2.0.142 2022-01-25 09:31:42 +01:00
Bernardo Meurer
fc92ef3b58 vimPlugins: update 2022-01-25 00:22:44 -08:00
Robert Schütz
52a75a3031 python3Packages.pytest-subprocess: 1.3.2 -> 1.4.0
https://github.com/aklajnert/pytest-subprocess/releases/tag/1.4.0
2022-01-25 00:20:11 -08:00
Emily Trau
a04d00dd0d python310Packages.manimpango: 0.4.0.post0 -> 0.4.0.post1 2022-01-25 00:18:44 -08:00
R. Ryantm
3f2bda3de1 python310Packages.plaid-python: 8.9.0 -> 8.10.0 2022-01-25 00:18:18 -08:00
Fabian Affolter
4ceb1897d3 python3Packages.pylibftdi: update meta 2022-01-25 00:15:52 -08:00
R. Ryantm
fedc27d167 python310Packages.pylibftdi: 0.19.0 -> 0.20.0 2022-01-25 00:15:52 -08:00
R. Ryantm
9e87a65871 python310Packages.django-cleanup: 5.2.0 -> 6.0.0 2022-01-25 00:15:21 -08:00
Fabian Affolter
78a05d47d4 python3Packages.feedparser: disable failing tests 2022-01-25 09:15:20 +01:00