Loading
python3Packages.pynacl: 1.5.0 -> 1.6.0; adopt
Diff: https://github.com/pyca/pynacl/compare/1.5.0...1.6.0 Changelog: https://github.com/pyca/pynacl/blob/1.6.0/CHANGELOG.rst#160-2025-09-11 I had to switch the fetcher to GitHub because the pypi fetcher requires that the url path be like /${builtins.substring 0 1 pname}/${pname}/${pname}-${version}.${extension}, but the correct pypi URL for this version is this (case sensitive): https://files.pythonhosted.org/packages/source/P/PyNaCl/pynacl-1.6.0.tar.gz. Closes: #446500