Uri Baghin
684a55a255
python3Packages.jaxlib: fix linux build
2022-08-20 10:18:53 +10:00
R. Ryantm
c40f411195
python310Packages.influxdb-client: 1.30.0 -> 1.31.0
2022-08-19 23:57:44 +00:00
R. Ryantm
21c6fcc91a
python310Packages.ibm-watson: 6.0.0 -> 6.1.0
2022-08-19 23:51:02 +00:00
R. Ryantm
458f6bd5e7
python310Packages.gsd: 2.5.3 -> 2.6.0
2022-08-19 23:35:00 +00:00
R. Ryantm
275923f7ae
python310Packages.geomet: 0.3.0 -> 0.3.1
2022-08-19 22:59:52 +00:00
Fabian Affolter and GitHub
287e8bfb2d
Merge pull request #187501 from r-ryantm/auto-update/python3.10-fastapi-mail
...
python310Packages.fastapi-mail: 1.0.9 -> 1.1.4
2022-08-20 00:55:23 +02:00
Fabian Affolter and GitHub
c4b0649d3b
Merge pull request #187504 from fabaff/tfsec-bump
...
tfsec: 1.27.1 -> 1.27.2
2022-08-20 00:54:57 +02:00
R. Ryantm
155bcc037c
python310Packages.rfcat: 1.9.5 -> 1.9.6
2022-08-19 22:48:52 +00:00
Sebastián Mancilla and GitHub
32423326d1
Merge pull request #183329 from r-ryantm/auto-update/grocy
...
grocy: 3.3.0 -> 3.3.1
2022-08-19 18:30:50 -04:00
Kierán Meinhardt and Sebastián Mancilla
20b2f59523
anki: build with python 3.9
...
Current version is broken with Python 3.10 [0].
[0]: https://forums.ankiweb.net/t/error-closing-with-python-3-10-py-ssize-t-clean/14380/5
2022-08-19 18:16:15 -04:00
R. Ryantm
88cc381139
python310Packages.fastavro: 1.5.3 -> 1.6.0
2022-08-19 22:14:31 +00:00
Jan Tojnar and GitHub
d6fb907269
Merge pull request #184360 from willbush/json-glib
...
json-glib: add installed tests
2022-08-20 00:12:56 +02:00
Sebastián Mancilla and GitHub
600b02324c
Merge pull request #182651 from r-ryantm/auto-update/python3.10-sentinel
...
python310Packages.sentinel: 0.3.0 -> 1.0.0
2022-08-19 18:02:28 -04:00
R. Ryantm
9b0252fd50
python310Packages.enaml: 0.15.1 -> 0.15.2
2022-08-19 21:58:22 +00:00
Sebastián Mancilla and GitHub
a2169fce93
Merge pull request #166478 from r-ryantm/auto-update/pmd
...
pmd: 6.47.0 -> 6.48.0
2022-08-19 17:55:49 -04:00
Sebastián Mancilla and GitHub
1cc0cd2b0b
Merge pull request #180630 from r-ryantm/auto-update/cgreen
...
cgreen: 1.4.1 -> 1.6.0
2022-08-19 17:54:34 -04:00
R. Ryantm
17fa3e8c27
python310Packages.duckdb-engine: 0.2.0 -> 0.5.0
2022-08-19 21:45:03 +00:00
kilianar
bd0c67686d
rofi: 1.7.4 -> 1.7.5
...
https://github.com/davatorium/rofi/releases/tag/1.7.5
2022-08-19 23:17:38 +02:00
R. Ryantm
cee7417ce8
zellij: 0.31.2 -> 0.31.3
2022-08-19 21:10:30 +00:00
Zhaofeng Li
12c2a9824a
pythonPackages.rtslib: Add patch to fix import check
2022-08-19 15:07:02 -06:00
K900
5f45f2506d
linux: better note
2022-08-20 00:06:13 +03:00
superherointj and GitHub
4dc0fce489
Merge pull request #187126 from PedroHLC/linux_zen-5.19.2-zen1
...
zen-kernels: 5.19.1 -> 5.19.2
2022-08-19 18:03:03 -03:00
superherointj and GitHub
d3ef1fe617
Merge pull request #187496 from Lassulus/rtl8814au
...
linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18
2022-08-19 18:02:42 -03:00
R. Ryantm
15e579ffab
python310Packages.datasets: 2.3.2 -> 2.4.0
2022-08-19 20:44:36 +00:00
pennae and pennae
6039648c50
nixos/*: automatically convert option docs
2022-08-19 22:40:58 +02:00
pennae and pennae
7e7d68a250
nixos/*: mark pre-existing markdown descriptions as mdDoc
2022-08-19 22:40:58 +02:00
pennae and pennae
b51f8036c2
nixos/*: use properly indented strings for option docs
...
using regular strings works well for docbook because docbook is not as
whitespace-sensitive as markdown. markdown would render all of these as
code blocks when given the chance.
2022-08-19 22:40:58 +02:00
pennae and pennae
72b507d5a2
nixos/*: convert some markdown in docbook to tags
...
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
2022-08-19 22:40:58 +02:00
pennae and pennae
b0e56acef9
nixos/*: remove links to options in code blocks
...
markdown simply cannot represent these. would be nice to have, but
it'll have to happen some other way (if at all).
2022-08-19 22:40:58 +02:00
pennae and pennae
275a34e0d8
nixos/nix-daemon: replace <uri> with <literal>
...
this could've been a link as well, but <uri> did not render as a link in
the html manual.
2022-08-19 22:40:58 +02:00
pennae and pennae
d0ba463fcf
nixos/*: replace <quote> with actual quotes
2022-08-19 22:40:58 +02:00
pennae and pennae
f1d39b6d61
nixos/postgresql: replace <function> with <literal>
...
there's only this one use, we can live with the tiny rendering change.
2022-08-19 22:40:58 +02:00
pennae and pennae
b7327e966b
nixos/*: normalize links with #TEXT=href
...
the xslt pass will re-add this text, and not having href and text be
equal is required to automatically migrate these links to markdown.
2022-08-19 22:40:58 +02:00
pennae and pennae
2646fd7c1b
nixos/*: remove <productname>
...
no change to the rendered output, and we can't properly represent this
in markdown anyway.
2022-08-19 22:40:58 +02:00
pennae and pennae
a4fdff515b
nixos/*: turn inline code blocks into more appropriate things
2022-08-19 22:40:58 +02:00
pennae and pennae
e4ed177f82
nixos/* eliminate inner whitespace in tags that was missed earlier
...
nix-doc-munge won't match tags that contain newlines anywhere. most of
these have already been removed, but a few obviously made it through.
2022-08-19 22:40:58 +02:00
pennae and pennae
8f8e101527
nixos/*: normalize <package> to <literal>
...
this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
2022-08-19 22:40:58 +02:00
Fabian Affolter
b1ae09baa0
tfsec: 1.27.1 -> 1.27.2
2022-08-19 22:23:50 +02:00
Thiago Kenji Okada and GitHub
1ab9224ebe
Merge pull request #187457 from otavio/rtl88x2bu-update
...
rtl88x2bu: 2022-05-23 -> 2022-08-18
2022-08-19 21:21:54 +01:00
Fabian Affolter
b09dfb30fe
python310Packages.vt-py: 0.14.0 -> 0.15.0
2022-08-19 22:20:39 +02:00
R. Ryantm
54b9b9de66
python310Packages.fastapi-mail: 1.0.9 -> 1.1.4
2022-08-19 20:17:43 +00:00
Vladimír Čunát
2ae3c22cd0
mid2key: trivial fixup after commit e0476d93fe
...
It seems like noone cares, but getting it back seems easy.
2022-08-19 22:16:28 +02:00
R. Ryantm
aa236f56ae
werf: 1.2.160 -> 1.2.163
2022-08-19 20:08:59 +00:00
ae978f07c5
godot: 3.4.4 -> 3.5 ( #186692 )
...
Co-authored-by: matthewcroughan <matt@croughan.sh >
2022-08-19 22:06:25 +02:00
lassulus
299cf6a333
linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18
2022-08-19 21:57:43 +02:00
R. Ryantm
519f50b6ea
variety: 0.8.7 -> 0.8.9
2022-08-19 19:56:55 +00:00
R. Ryantm
6984bd009b
v2ray-geoip: 202208040058 -> 202208180100
2022-08-19 19:55:26 +00:00
Sandro and GitHub
cfe12e8c8a
Merge pull request #187461 from newAM/pep8-naming
2022-08-19 21:30:08 +02:00
R. Ryantm
3fbeb338b4
trillian: 1.4.2 -> 1.5.0
2022-08-19 19:28:39 +00:00
Sandro and GitHub
9f214c4e83
Merge pull request #187470 from devhell/bump-writedisk
2022-08-19 21:26:37 +02:00